DCSIMG
C# - Adlai Maschiach

Adlai Maschiach

" You have to show in order to be seen "

News

Favorite Links

news

CardSpace

Books

Other InfoCards Proj

Virtual Earth

WSS / Sharepoint

SOA , Biztalk & ESB

CLR / .NET

Browse by Tags

All Tags » C# (RSS)
prop2005.snippet – My small code snippet for VS2008 ( and above )
Due to the fact that I still program for “Older” systems like Moss2007 , but still want the development ease and speed of visual studio 2008 ,  I had to write my own code snippet for support of “old style” prop code snippet 1: <? xml version ="1.0" encoding ="utf-8" ? > 2: < CodeSnippets xmlns ="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet" > 3: < CodeSnippet Format ="1.0.0" > 4: < Header > 5: < Title > prop...
.NET Framework 4.0 = "BizTalk/SOA Express Framework" ? PART3
.NET Framework 4.0 = "BizTalk/SOA Express Framework" ? PART3 Well, what can I say, it all started with a gut feeling, or revelation , which ever you feel more commutable, on an early morning of a Saturday, drinking my usual morning coffee got me thinking , and resulted in this post .NET Framework 4.0 = "BizTalk/SOA Express Framework" ? . After a while, the more I thought about it, the more I felt more confident with the idea so I continued my journey with .NET Framework 4.0 =...
MSSharePointDeveloper.com launched! - "Do Less. Get More. Develop on SharePoint."
MSSharePointDeveloper.com launched! - "Do Less.  Get More. Develop on SharePoint." As the title says MSSharePointDeveloper .com was launched! - "Do Less.  Get More. Develop on SharePoint ." To help drive adoption of SharePoint by Software Developers Microsoft have launched a campaign to .NET Developers at http:// MSSharePointDeveloper .com . The new material is designed to help .NET Developers to learn the top ten artifacts in SharePoint that are interesting to them...
LinqToSql - C# vs VB Architecture Consideration : Cache Feature
LinqToSql - C# vs VB Architecture Consideration : Cache Feature One of the most common Architecture considerations when building a new Application is what is the quality of the Developers them selves - Well some of the times they are VB.NET programmers ( which I didn't say is a bad thing ). Well I had the opportunity to work with VB.NET programmers. What can I say , once in a while it happens to me too - when talking in English I'm sometimes translating a Hebrew sentence into English as is...
LEVEL A - SOS ... and Visual Studio
This is a small story about Son Of Strike ( SOS ) , personal experiance, and RPG games along the way...
Yet Another Collection of Win32API [Flags]
Yet Another Collection of Win32API [Flags] For all of those who need Win32API Flags ------------------------------- START Enums.cs ------------------------------- using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace Windows.Core { #region SendMessageTimeoutFlags /// <summary> /// Window Style Flags /// </summary> [ Flags ] public enum SendMessageTimeoutFlags : uint { SMTO_NORMAL = 0x0000, SMTO_BLOCK = 0x0001, SMTO_ABORTIFHUNG...
Who moved my Coredll.dll from my Vista ? , it's missing :'(
Who moved my Coredll.dll from my Vista ? , it's missing :'( I was re-arranging my "Windows.Core" project , but this time I was sitting on my home machine - a Vista Business Edition 32 bit. The "Windows.Core" project is a collection of classes with bunch of Win32API calls ( AKA "DllImport" ). You might ask why I need one ? well ... the beast's name is CCF 2008 / Customer Care Framework 2008 ( here doggy doggy , good boy , don't bite daddy's hand !...