SQLite

Using Linq-to-Sql with Sqlite

Jan 10, 2011

I was recently working on a little example project (to illustrate using OpenID) and I realized that I needed a datastore.  I didn’t really want to go through the hassle of creating a database in Sql Server, so I thought I would try and use Linq-to-Sql with Sqlite as the provider.

Read More →