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



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

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

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/FaultTrack

Blog article on using your own database schema with the ASP.NET Core Identity Model:
http://danderson.io/posts/using-your-own-database-schema-and-classes-with-asp-net-core-identity-and-entity-framework-core/

#EntityFramework #AspNet #DotNet

Comments are closed.