OBS: download the application please visit www.mrbool.com/player
Title: Visual Studio C# - Silverlight - Isolated Storage - Lesson IV
Duration:16.20 minutes
Summary: In this video we continue our discussion of isolated storage. In this case however, we are storing objects. Our application will allow the user to enter the ISBN, author and the date the book was published. Clicking the add button will save the book into the isolates storage. On the right hand side, we display a list of all the books that are currently in the isolates storage. The user can click the delete button to delete a book from the list and the isolated storage.
Methodology of the development of example: Good coding standard and simplified design
Technologies used: Silverlight 2.0
Keywords: Isolated storage, Row definition, Column definition, TextBlock, Button, Margin, IsolatedStorageFile, GetUserStoreForApplication, IsolatedStorageFileStream, StreamReader, StreamWriter, CreateFile, OpenFile, DeleteFile, AvailableFreeSpace, Quota, IncreaseQuotaTo.