c# - Saving user configuration options -


I am creating a winform application in c # in .Net 2. I should be able to save user configuration data and I am considering using XML file for this proposal. What is the general sense to save user configuration data? I have read that it is not in vogue rather than writing in the registry, but instead of a file Please write your thoughts.

Use to store settings.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -