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
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.