FakeItEasy and EntityFramework

added by Ricardo Peres
11/23/2015 12:56:39 PM

658 Views

We needed to fake or mock out Entity Framework so that we could test our "service layer" that holds our business logic without hitting a real database. We are using EF as our Repository and skipping all the extra work in creating a repository code layer that only wraps EF.


0 comments