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