Simple Database-level Unit Test Process
Unit testing of database-related code has long been problematic for the ESI team. Using Entity Framework Code First, EF Migrations, and SQL Server Compact Edition we may be able to do a much better job in upcoming projects. Essentially the demonstrated in this article scheme is this: When a set …