In this chapter, you'll learn:
File and Local Data
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.
March 23, 2011|Level 200 : Novice
Jesse Liberty introduces Sterling, a third party framework for creating Databases on top of Isolated Storage.
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...
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.
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.