I feel like I am always reinventing the wheel for each application when it needs to load/save general settings to an xml file. What is the best way to manage basic application settings that the user can adjust and need to be saved/restored?
Share
I like the use of custom configuration sections in .config files coupled with loading external .config files instead of the standard app.config.