Entity Framework 3 - Migrations
Install EF Core 3 Migration tools
The tooling of the Entity Framework Core Migrations comes via NuGet (and dotnet tooling).
Read Blog PostThe tooling of the Entity Framework Core Migrations comes via NuGet (and dotnet tooling).
Read Blog PostThis 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