I'm developing an application for the UWP platform. I'm storing some settings along with the application and thinking what happends after I restart the application or the device itself.
Where are LocalSettings
actually stored?
- System Registry
- File system
- Memory (RAM)
And what's the difference between LocalSettings
and RoamingSettings
?