Yet another C# developer with a blog.
Browse by Tags
All Tags »
Visual Studio 2005 (
RSS)
-
|
Anyone who has read CODEGATOR for any length of time may have noticed that I've recently started adding code snippets into my blog entries again. If so, you may also have noticed that my code snippets have much, MUCH better formatting than they used...
|
-
|
I've been busy busy busy lately. I don't have any code to show off today but I do have a cool Visual Studio trick that I can share. Whenever you type a bit of code into Visual Studio the compiler tries to make sense out of the text so that it...
|
-
|
Custom settings are very easy to implement in .NET 2.0. In fact, if you don't care about the structure of your configuration data then the Visual Studio 2005 editor will actually do almost all the work for you - see here . However, if you do care...
|