hi,
I have developed a form application that contains a lot of user specified settings that need to be saved. Currently the app is using serialisation/deserialisation to manage and save these properties/settings.
Are there any other/better methods/techniques to manage user settings without using a database?