Entity Framework 7 [https://github.com/aspnet/EntityFramework] includes a new
InMemory
[https://github.com/aspnet/EntityFramework/tree/dev/src/EntityFramework.InMemory]
store which is fantastic for unit testing. No more mocking DbContext or doing
other dumb things!
Here's how
Start by creating a new class library project using the