PreviousNext

Unit tests in Entity Framework Core 5

by bill-s, 2020-12-29T08:55:28.303Z

Tests are an integral part of software development. These are separate programs that allow you to check if a piece of the program written by us does exactly what it should. Unit tests are small pieces of code that test individual program elements and in Entity Framework Core 5 it’s surprisingly easy to write them.

Read More