How to save and retrieve data as key-value pairs or files in isolated storage?
Posted
by kaleidoscope
on Geeks with Blogs
See other posts from Geeks with Blogs
or by kaleidoscope
Published on Mon, 22 Mar 2010 04:47:27 GMT
Indexed on
2010/03/22
6:01 UTC
Read the original article
Hit count: 260
One can use isolated storage to store data locally on the user's computer. There are two ways to use isolated storage. The first way is to save or retrieve data as key/value pairs by using the IsolatedStorageSettings class. The second way is to save or retrieve files by using the IsolatedStorageFile class.
More details can be found at
http://silverlight.net/learn/quickstarts/isolatedstorage/
© Geeks with Blogs or respective owner