WP7 Mango Sample: Database Part 1:2 - 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

Tuesday, January 10, 2012

WP7 Mango Sample: Database Part 1:2

Storing Windows Phone application data is a pretty normal requirement. If you want it to persist across sessions, or even phone reboots, you really have three options:

- Save to the Cloud
- Save to Isolated Storage
- Save to Local Database

Each is correct for certain scenarios. But in this article, I will ONLY walk through the Local Database. This is an enhanced version of SQL CE – meaning your SQL skills are an asset. And, if you don't have them, they come quickly.

 

Read More from: Original Source

No comments:

Post a Comment