In a given C# windows form application/WPF, where are user settings usually stored?
- by Sergio Tapia
I was thinking either:
Appconfig File
A generic .XML file and have the program load values at launch.
What is the best way to do this? A website with a best user tutorial perhaps?