How would you go about implementing configuration settings for a Prism WPF 4 app? I need to save some basic info (file path, strings, etc.) for an app and load when it is opened. It seems easier to do it with the old Settings.Default.Save, etc. just not sure how to do with Prism/MVVM.
Thanks in advance if someone has example(s).
Thanks in advance if someone has example(s).