we\'re currently planning a larger WPF LoB application and i wonder what others think being the best practice for storing lots of UI settings e.g.
We use a custom SettingsProvider to store the config information in a table in the app's database. This is a good solution if you're already using a database.