isolatedstorage
Username and password storage location
I am writing a program in vb.net that requires a user to log in before he can use the application. The main user is created when the program is installed, similar to how windows works when it is insta[详细]
2023-02-26 05:09 分类:问答WP7 How to save cookies between tombstoning?
I need to persist a few cookies (they are not marked HttpOnly) between requests after signing in. I have it working in normal cases, but not after coming back from tombstoning. I\'ve tried saving them[详细]
2023-02-22 15:18 分类:问答Saving WCF Data to isolated storage and reading it in WP7
How can I store WCF Data or Odata to my WP7 isolated storage and开发者_运维问答 also correctly read these objects later on?I know this is CTP but its work taking a look considering the title has every[详细]
2023-02-21 10:57 分类:问答File size always remains same as 12288 bytes for small files
I am using Wp7IsolatedStorageExplorer to get some 开发者_开发技巧small files (say max 20 bytes) stored in IsolatedStorage.But every time I download file the Filesize remains12288 bytes(for small files[详细]
2023-02-20 18:19 分类:问答Setting Expiration Time on data stored using Isolated Storage
Is it possible to set an expi开发者_JAVA技巧ration time on the data stored in Isolated Storage like we can do for cookies? Can we have something similar to Session cookie in Isolated Storage?No... iso[详细]
2023-02-17 22:09 分类:问答Implementing a bookmarks/favouriotes type function in my application
I am looking into concepts of how to implement a bookmarks or favouities type function into my application. Basically, this enables the users to save favourite pages from my app, which are then displa[详细]
2023-02-17 02:23 分类:问答How to get Application to Extension Mappings
I have an application that allows users to save files to Isolated Storage. The application will display all files, in similar fashion to the file explorer and will allow a user to double click the fil[详细]
2023-02-17 00:07 分类:问答Remove Isolated files for an application
We have a windows application, where we make use IsolatedStorage to save some application settings. And recently user asked us to provide option to reset the application means, it should as newly inst[详细]
2023-02-16 03:58 分类:问答What is the best way for storing non-public configuration data in a .NET 4.0 application
my application uses the standard app.config to store the public configuration data. However, there are still some other data which are not public, but they still must be accessible all the time, persi[详细]
2023-02-15 08:10 分类:问答Deploying Files to IsolatedStorage in Windows Phone 7
Hi everyone I would like开发者_运维问答 to know if it\'s possible to deploy my app assets directly to Isolated Storage once the app get deployed.[详细]
2023-02-14 07:30 分类:问答