Recent Posts

Using FakeItEasy with Entity Framework 6

4 minute read

In EF6, DbSet gained an additional protected internal constructor. So instead of creating lots of mocks, we mark the DbSet properties virtual, allowing FakeI...