Hi I am creating windows phone 8 app , i want to store huge amount data in my app ,
i have already completed my windows 8 tablet app using sqlite version for windows 8.
my doubt is regarding creating a local datbase in windows phone 8 which is the most reliable one to go with ?
option 1:- Working with SQLite in Windows Phone 8: a sqlite-net version for mobile
option 2:- linq to sql (Local database for Windows Phone)
if i use the option 1 i can easily re-use all my Data, DALC, BIZ layers as it is even in my phone versions (which i already built for windows 8 tablet app).
if i use option 2 i need to create .sdf files type of my data and revamp my layers as per linq to sql .
1) I wanted to know which one is most reliable ?
2) are there any drawbacks in Working with SQLite in Windows Phone 8: a sqlite-net version for mobile ?
thanks in advance.