LINQ to SQL

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 →

Repository Pattern – Are we using it wrong?

Jul 2, 2009

The repository pattern has seen a lot of publicity lately – if you’re not sure how it works I would suggest that you take a look at Rob Connery’s excellent MVC Storefront webcast series.  While implementing the repository pattern a couple of weeks ago it struck me that I might be introducing subtle concurrency errors.

Read More →