Having a good set of testing can singnificantly increase the quality of the software. This is also true when it comes to implementing Entity Framework Core, even though it can be hard if we don't know how deal with it.
In this exercise, we will learn how to write good tests, including consistency, using Entity Framework Core and how, by doing some small changes, we can eliminate the dependency with a real database.
- Net Core 3.1
- Entity Framework Core 3.1
- Entity Framework Core for SQL Server
- Entity Framework Core for InMemory Database
- Entity Framework Core for SQLite