Depending on the type of data to be stored, Windows Phone applications can use isolated storage in the following ways:
- Settings: Store data as key/value pairs by using the IsolatedStorageSettings class.
- Files and folders: Store files and folders by using the IsolatedStorageFile class.
- Relational data: Store relational data in a local database by using LINQ to SQL.
No comments:
Post a Comment