dotnetmonitor.com

 
Index
Previous
Next

 

There are two primary mechanisms that ApplicationSettingsBase uses to serialize settings:

1.      If a TypeConverter exists that can convert to and from string, it is used.

2.      Otherwise, the XmlSerializer is used.

What is the difference between application scoped and user scoped settings?
Why cant I change application scoped settings at runtime?
Where is the user.config file located in a non-Clickonce app?
Why is the user.config path so obscure?
Why is there a version number in the user.config path?
How can I get the user.config file path programmatically in a non-Clickonce app?