isolatedstorage
Isolated Storage Application Settings Not Persisting after Application exit
I\'m having a big problem using WP7 isolated storage and applicationsettings. I have been using code from Adam Nathan\'s 101 Windows Phone 7 apps volume 1 as a basis.[详细]
2023-03-06 23:54 分类:问答NotSupportedexception thrown for Isolated storage MVVM Silverlight
I am using Silverlight MVVM and Is开发者_如何学GoolatedStorageSettings.SiteSettings for sessionmanagement. Everything is working fine and i am able to read the data in the next page , but design view[详细]
2023-03-06 11:17 分类:问答Create and save multiple list of text into Isolated Storage
How do I create more than one list of text data and save it into the isolated storage? I need to retrieve and display different saved list as well.[详细]
2023-03-05 12:04 分类:问答How to Use Sync Framework with Silverlight Isolated Storage Options
A google for Sync Framework shows a few blog posts from May 2010 about the possibilities, but I have not seen anyone actually using the Sync Framework + SL Isolated Storage.[详细]
2023-03-05 07:12 分类:问答Storing photos in isolated storage and reading mutiple photos with out memory consumption
I am storing photos of the users in Isolated storage and displaying them in a listbox. I used following code to retrieve image from isolated storage[详细]
2023-03-03 14:18 分类:问答Silverlight Isolated Storage Best Practices?
I\'m just starting to really get into Silverlight development and I have a certain use case where I need to store a couple collections of objects or strings for a specific user\'s \"sessions\".[详细]
2023-03-02 22:04 分类:问答WP7 -- finding isolatedStorage files on my computer
I am t开发者_JS百科rying to use the C# class IsolatedStorageFile to write some data to a file in my app.This is using the simulator.I would like to look on my computer to see if it worked (i.e., look[详细]
2023-03-02 13:05 分类:问答Unexpected behavior with Isolated Storage on WP7
I am getting some unexpected behavior using Isolated Storage.In this case, I am using it to maintain state for the purpose of tombstoning.[详细]
2023-03-01 10:28 分类:问答Transform array into text file and store in isolated storage
I am trying to transform all the data inside my array into textfile, so as to read all the item one by one and save it into an isolated storage and displaying it out in another page listbox.[详细]
2023-02-28 21:40 分类:问答Is there a way to find out how much space in isolated storage you app is using on WP7?
I want to know how many kilobytes/megabytes of isolated storage my app is using on Windows Phone 7. Is there a simple way to fi开发者_Python百科nd this out?IsolatedStorageFile isf = IsolatedStorageFil[详细]
2023-02-28 03:28 分类:问答