Unit Testing with Entity Framework Core 3
This post covers the basic structure for unit tests with Entity Framework Core.
Note: Unit tests are only there to test the respective logic. Unit tests do not replace integration tests, especially for database operations.
Read Blog Post





