Episode

Using SQLite in Windows Store Apps

In this episode, Robert shows you 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.

Check out Robert's blog post to see how to create the sample app he uses.