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
Post a Comment