In a given C# windows form application/WPF, where are user settings usually stored?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-05-19T01:05:49Z Indexed on 2010/05/19 1:10 UTC
Read the original article Hit count: 383

I was thinking either:

  1. Appconfig File

  2. 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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about application-settings