How to create a Local Database in windows phone 8 app?

user1516781 picture user1516781 · Jan 28, 2013 · Viewed 9.4k times · Source

Hi i am new to windows phone 8 development,

I am developing a app which needs to store a large amount of data in local database of the app.

1) Can i know what is the most reliable option to create and store data in local database ?

2) What are the various options available for creating a local database in windows phone 8 application ?

i request to please let me know.

Thanks in advance

Answer

kls picture kls · Jan 28, 2013

I can not answer which is the most reliable, but if you want to use a built-in database you should use LINQ to SQL. See Local database for Windows Phone.