What is the best way to go about reading and writing simple configuration data like we used to use App.config and Web.config <appsettings />
available through ConfigurationManager
before, for use within your Windows 8 / Windows RT / Windows Store / Windows Modern UI App?
Microsoft Store has nearly everything for your Windows device, including the latest games, films and TV programmes, creativity software and apps1.
Run the troubleshooter: Select the Start button, and then select Settings > Update & Security > Troubleshoot, and then from the list select Windows Store apps > Run the troubleshooter.
To search for it: In the search box on the taskbar, type Microsoft Store. If you see it in the results, select it. To make sure you can find it easily later, press and hold (or right-click) the Microsoft Store tile and select Pin to Start or More > Pin to taskbar .
A Windows RT-based device cannot download or install Windows Store apps or updates for Windows Store apps.
LocalSettings
http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.applicationdata.localsettings
OR
RoamingSettings
http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.applicationdata.roamingsettings.aspx
The main difference is that RoamingSettings will be saved to the cloud and thus, can be transferred across different devices for the same user profile. LocalSettings is device-specific.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With