I've just upgrade to VS2013 update 2, and found out that WP8.1 now has 2 version: silverlight app ( upgraded from WP8 app) and "windows metro" app , is it true? that's a bit confused @@
And when i tested the new "windows metro" (or "universal" app), I see that this kind of framework doesn't use Isolated Storage ( System.IO.IsolatedStorage) like WP8 app, so any alternative for this ?
Isolated storage generally uses one of three locations to read and write data: %LOCALAPPDATA%\IsolatedStorage\ : For example, C:\Users\<username>\AppData\Local\IsolatedStorage\ , for User scope. %APPDATA%\IsolatedStorage\ : For example, C:\Users\<username>\AppData\Roaming\IsolatedStorage\ , for User|Roaming scope.
Isolated storage is designed to prevent data corruption and access to application-specific data, while providing a standard data storage and retrieval system that's inaccessible to users, folders or applications. Isolated storage serves as a virtual file system managed by the . NET Common Language Runtime (CLR).
Use ApplicationData.LocalFolder (http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.applicationdata.localfolder)
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