Entity Framework Core Migrations with ASP.NET Core in C#

Опубликовано: 16 Октябрь 2024
на канале: David Anderson
40,128
387

How to use Entity Framework Core Migrations in an ASP.NET Core Web Application in C#. Discover which EF NuGet packages you need, how to create the initial migration, and how to add additional database schema objects with additional migrations.

Project on Azure DevOps/Git:
https://dev.azure.com/dcomengineering...

Blog article on using your own database schema with the ASP.NET Core Identity Model:
http://danderson.io/posts/using-your-...

#EntityFramework #AspNet #DotNet