News

Practical .NET ASP.NET: Extending the Config File with Custom Sections If you want to do a better job of managing your configuration settings than just throwing random data into appSettings, you can ...
You can create the skeleton of a config file from inside Visual Studio .NET by adding a new item of type Assembly Configuration File to the current project. VS.NET creates this file in the project ...