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 ...
If you need to store multiple, interdependent values in your config file, the appSettings element gives you no support: It's a miscellaneous collection of untyped values with no relations between them ...