The .NET Framework makes configuration settings a breeze with XML-based configurations. It also supplies the means necessary for accessing these settings through Collection classes. The actual ...
If you want to do a better job of managing your configuration settings than just throwing random data into appSettings, you can extend your config file with your own custom XML and actually edit your ...
Before you begin deploying applications based on the .NET framework, you need to decide how your organisation will manage common application settings. To promote code reuse and application ...