Welcome to WindowsClient.net | My Blog | Sign in | Join

Windows Client Videos

How to Use Isolated Storage

Depending on users’ security settings, a standard WPF windows application may have full access to the computer. As such, there are a lot of options for persisting application data such as the registry, the local file system, and the Settings class. An additional option is .NET's isolated storage space. Isolated storage is an interesting option in that it works in all the environments that managed code can run. This presentation demonstrates how to use isolated storage to persist and restore application data.

Author: Todd Miranda

Posted: Jul 13 2007, 08:44 PM by jaytayl | with 3 comment(s)
Filed under:

Comments

andretodd@verizon.net said:

Hi,

Will this code work for Silverlight 4?  I noticed the Silverlight example is done differently.

Andre

# April 29, 2010 10:19 PM

cakmak said:

this  video  not  work !

# July 5, 2011 7:22 PM

Pat Tormey said:

My version at windowsclient.net/.../video.aspx covers the same topic.

Not sure what's wrong with this version's video

Pat

# July 11, 2011 6:56 AM