PreviousNext
by bill-s, 2015-10-08T18:07:57.000Z
This article is a guide for using the Codeplex project Effort for testing Entity Framework applications without requiring the unit tests to actually hit the SQL Server database. Effort instead allows you to create a fake or mock database so that you can focus on testing your Business Logic Layer without having to be concerned about the Data Access Layer.
Read More