-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Windows Store and Windows Phone apps
timheuer edited this page Mar 14, 2013
·
1 revision
There is no content here in the Wiki yet, but there is a great getting started article by Tim Heuer here, which explains how to begin creating Windows Store apps with Sqlite and Sqlite-net:
Robert Green shows how to add SQLite support to your Windows Store apps. SQLite is a free open source library that provides a self-contained transactional SQL database engine. Watch as Robert demonstrates how to setup a project to use SQLite as well as how to query, add, update, and delete items in the database. See the video here.
He writes in his blog on how to use SQLite in Windows Store Apps. The same database code which Robert has detailed in this blog post can also be used for Windows Phone apps.