C# - Saving Settings using serialization

10. March 2011 18:50

Almost every windows program that is written for windows at some stage needs to save some settings ... Somewhere. Some method are better that others depending on what needs to be be saved. Here is a method todo that by serializing an entire class and saving it in the user app data folder on their computer.

 

It does not require much to enable this sort of functionality. Though it can be far superior to the existing set that exists by default in visual studio as it allows you to save an active data state for example and then when the program restarts it's possible to continue from where you left off.

More...

E-mail Kick it! DZone it! del.icio.us Permalink