Windows Phone Mango Local Database: mapping and database operations - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Wednesday, June 15, 2011

Windows Phone Mango Local Database: mapping and database operations

In this article I am going to talk about using the "Local Database" that comes with the Windows Phone 7.1 Mango update.

To begin with, lets first mention that with Windows Phone OS 7.1, you can store relational data in a local database that resides in your application's isolated storage container. Windows Phone applications use LINQ to SQL for all database operations; LINQ to SQL is used to define the database schema, select data, and save changes to the underlying database file residing in isolated storage.

No comments:

Post a Comment