I have some of the values saved in app.config file, I want to create a WinForms application which shows all the AppSettings values in a Form.
In the form user can change the settings values, after making changes the user can press the Save button and on this I want to save all the values back to the app.config file.
Is there any way to do that in C#?