References
Listed below is all the known content in the system that links to this item.
EF: Data Contexts - DbContexts
.NET
When working in EF, you will come across the need to create a DbContext type. MS has a base clas...
Mocking a DBContext for Testing
.NET
The easiest means to mock a data context for testing, is to use an in-memory database. An in-mem...
EF: Dynamic DBContext
.NET
This library contains a slightly different dbcontext implementation than our typical three-layer ...