The most common use of the ‘@’ is escape character for strings that contain backslashes in them [\]. So as things like code below is possible.
1: string s = @"c:\windows\system32\"; 2: string s = @"this will retain my \r\n and not change to a line break";
But another usage is as an [...]
Service Broker has a really good C# wrapper interface that comes part of the samples on Codeplex. If you need to work with service broker objects in the managed world then I would recommend using the interface from the Codeplex Service Broker Samples.
Most samples I have seen demonstrate [...]
While working on a client project earlier this year we used a free suite of controls from Component Factory called Krypton Toolkit. This toolkit served us really well to provide a consistent UX. One of my favorite features of this toolkit was the ButtonSpecs which could be added [...]
As Simon mentioned in his last post he felt that it was time to get started on learning WPF, I have decided to join him on the quest. So as of today I will be assisting him in developing the Point Case Estimation application as an XBAP.
[...]
For most people using SQL Server CLR is not an issue however when you have more that 4GB or more of memory, the CLR does not just work.
Enter the –g startup switch, You can read more about the SQL Server 2005 startup options to get the fine detail. In order to make the [...]
Today one of my colleagues was working on piece of code that would turn a given mapped drive to full UNC path. The code to do implement the functionality is very simple and can be done in a variety of ways ranging from Win32 API to WMI (via System.Management) Below is a snippet of the [...]
The use of plug-ins or add-ins are a common way of extending any application, most people do not even know when they are using an extension.
I am currently using an add-in framework in a project that I am working on and It has proven its self invaluable. The framework I speak [...]
February 2012 M T W T F S S « Sep 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Tags
.net .net4 Addins apple Biztalk BizTalk Express C# Caching cch harmony launch party Comic Development Dilbert distributed entity framework extensions firefox 3 flickr flickrlight General Go Live Rituals in memory iphone2 iphone 3g Linq To Sql MAF Managed Addin Framework Mapped Drive to UNC NServiceBus Oslo Plugins point case estimation project estimation Run As Administrator silverlight sky diving soa SQL Server Training UAC Velocity Vista Visual Studio wcf wf wwdc 2008
