N
Nevyn Twyll
I understand that I am not supposed to alter the .config file for a program
(accessible through the AppSettings[]).
Is there a System class you could recommend that I could use (or even a
class out there somewhere) to easily load and save custom settings for the
current user? My only thought is to maybe use a datatable with "key" and
"value" columns and serialize it through XML in an IsolatedStorageFile - but
this just seems so lame and inelegant.
Suggestions?
- Nevyn
(accessible through the AppSettings[]).
Is there a System class you could recommend that I could use (or even a
class out there somewhere) to easily load and save custom settings for the
current user? My only thought is to maybe use a datatable with "key" and
"value" columns and serialize it through XML in an IsolatedStorageFile - but
this just seems so lame and inelegant.
Suggestions?
- Nevyn