Related resources for Isolated Storage in Silverlight
  • Understanding Isolated Storage in Silverlight6/18/2012 3:19:52 AM. In the previous article we learned the fundamentals of Isolated Storage and how to write to files in isolated storage using the same classes you use for ordinary file access in a .NET application, such as StreamWriter and BinaryWriter.
  • Save and Load data using Isolated Storage in Silverlight9/9/2011 7:52:38 AM. This article demonstrates the use of Isolated Storage in Silverlight. In this article I will explain how to save and load data using Isolated Storage.
  • Isolated Storage in Silverlight7/14/2011 5:09:44 AM. Isolated storage enables applications to create and maintain a safe client-side virtual file system for partial trust applications.
  • Working with Isolated Storage in Silverlight2/5/2011 12:06:54 AM. Isolated storage gives you access to a small segment of hard-disk space, with certain limitations. For example we don't know exactly where our files will be stored.
  • Isolated Storage in Silverlight7/19/2010 1:29:57 AM. In this article you will learn how to Isolated Storage in Silverlight.