Yet another C# developer with a blog.
Browse by Tags
All Tags »
C# »
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...
|
-
|
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...
|