Reputation: 4562
I am working on a Windows phone7 application and need to store some information in a lightweight relational database(Like SQLite DB in Android and Iphone).
I searched and found SQL CE, but realized that it only works with windows phone OS version 7.1 if I am correct. Since my target version is windows phone OS 7.0, Will I have to Use any 3rd party Database?
Will be really gratefull if someone can suggest the best working solution with experience and any reference/ Good tutorial or any idea. Thanks in advance
Upvotes: 0
Views: 850
Reputation: 7243
You have database support in Windows Phone by using Linq to SQL; please check "Local Database Sample" in the Windows Phone Code Samples for a good demo on how to use it.
Upvotes: 1