I’m developing metro app for windows 8 tablet using XAML and C#, so is there any effective way to store the data in local database(like SQLLite which is used in iPhone), so my questions are
- will metro app support local database access ?
- If support which is the effective way to achieve it and which database is used to store data?
Can any one send me any articles or links about this, please help me Thanks in advance
You can use SQLite in a Metro-style app on Windows 8. You can find appropriate binaries on their download page.