What is App.config in C#.NET? How to use it?
At its simplest, the app.config is an XML file with many predefined configuration sections available and support for custom configuration sections. A “configuration section” is a snippet of XML with a schema meant to store some type of information. Overview (MSDN) Connection String Configuration (MSDN) Settings can be configured using built-in configuration sections such as … Read more