Entity Framework 7 comes with a new provider, an in memory database provider.
This is a huge win for unit testing because now you can test the exact same data
access code you use in production but on a fast, totally isolated, zero setup,
data store. This article will explain