I want to save/restore my settings of my Windows Mobile application in runtime. The amount of data is insignificant, using database is an overkill.
What would be the best practice for a task like that? I thought of something similar as Settings : ApplicationSettingsBase class in .NET full framework, but it is not supported in the compact version.