PreviousNext

Integration Testing with Entity Framework Core and SQL Server

by bill-s, 2017-01-23T06:20:23.000Z

While Entity Framework Core’s in-memory store works great for many scenarios, there are some situations where it might be better to run our tests against a real relational database. In this article Dave Paquette walks us through setting up integration tests with Entity Framework Core and SQL Server.

Read More