Adding Entity Framework Core 5 migrations to .NET 5 project
21 lip 2020 | Blog | ASP.NET Core for .NET 5 & EF Core 5 | ef core 5 | ef core migrations | IT
Database migrations help a developer to keep database schema up-to-date with the code. It is a core mechanism, that keeps changes in code and applies them in the database. Entity Framework Core 5 migrations are designed to keep track of DbContext class and generate migrations when you update it. Installing the tools To add EF… Continue reading Adding Entity Framework Core 5 migrations to .NET 5 project