Configuring Applications
.NET Framework 4
The .NET Framework gives developers and administrators control and flexibility over the way applications run. An administrator can control which protected resources an application can access, which versions of assemblies an application will use, and where remote applications and objects are located. Developers can put settings in configuration files, eliminating the need to recompile an application every time a setting changes. This section describes what can be configured and why configuring an application might be useful.
Simple example?
Just give a simple code sample -- how to save some info to config file and how to get this info back. That is all to be enough. This article contains tonns of waste text without practical samples and best practices.
- 3/5/2011
- Chemmalion