Configuration,.NET,.config - n.code

Browse by Tags

19 January 2007
.NET How To Create and Use Custom Name-Value Config Sections
Making over-use of the .NET's AppSettings quickly results in a messy configuration file. Especially when several assemblies' configurations are combined, it's quite painful trying to figure out which settings are for which assemblies. Some of the assemblies might even use the same setting keys, causing... Read More...