
Unit testing with Microsoft MVC and Entity Framework
If you're using MVC and Entity Framework, you will want to unit test without actually calling the database. How do you deal with the DbContext? Mocks, stu...

Unit and acceptance testing with CSharp
What if you want a non-developer to modify input data for your tests?

MVC, Entity Framework, and SQLite
A small test application or any small application that uses only a small amount of data might be able to use SQLite instead of the full Microsoft SQL Server ...