I’m building an app that will grab a content from some CMS, and save it in the phone.
Usually I do that using IsolatedStorageSettings. Is there any reason why would I use the SQLlite instead?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why you need to use SQLite; MS doesn’t have direct support to SQLite. You can use SQLCE for your application instead. Simply the usage of Isolated Storage is not appreciable if you are using a huge chunk of structured data. Still you decide to use ISO for storing i am sure definitely you will face issue in future. Probably the areas like Tombstoning, FAS etc where yo may take a lots of time for saving your data to files