Thursday, September 8, 2011

Isolated Storage in Windows Phone

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.

Useful topics:

No comments:

Post a Comment