Powered by

US - English
NEW! Silverlight 5 is available Learn More

File and Local Data

In this chapter, you'll learn:
File and Local Data

  1. Isolated Storage (Silverlight QuickStart)

    June 26, 2009|Level 200 : Novice

    Use Isolated Storage to store limited amount of data on the client (e.g. user's computer or phone). In terms of HTML, this is somewhat analogous to cookies.

  2. Database Programming on top of Isolated Storage

    March 23, 2011|Level 200 : Novice

    Jesse Liberty introduces Sterling, a third party framework for creating Databases on top of Isolated Storage.

  3. How Do I: Use Isolated Storage in SL3 Out of Browser

    November 24, 2009|Level 300 : Intermediate

    Silverlight 3 introduced the capability for a Silverlight application to be installed locally on a user’s machine. It would be beneficial to also have access to some amount of storage on the user’s...

  4. Local File Access

    November 16, 2009|Level 300 : Intermediate

    This video demonstrates ways you can access the local file system of the user's directories on their machine using Silverlight. This involves read/write operations and finding data.

  5. SaveFileDialog API

    July 9, 2009|Level 200 : Novice

    Laurence Moroney demonstrates a simple, but useful addition complimentary to the OpenFileDialog, introducing us to the SaveFileDialog feature in Silverlight 3.