Whenever i work on an Entity Framework Database First project i often think back to when i first saw Ayendes post on using sqlite for an in memory database while unit testing nHibernate. It keeps things simple for testing code that works directly against the data store abstraction.When i