I've been reading on methods for WP7, but have yet to see any real writeup on what to do for a Windows 8 App.
So, if I want to store settings. Some are text fields about the user that they enter, some configuration check boxes and say, color preference. What's the best or more importantly, proper way to do this.
In VS2012 for a windows application, you can add an application configuration file to the project, but this seems missing for a windows store app project/solution.
Any suggestions?