In this tutorial, you build an ASP.NET Core MVC application that performs basic data access using Entity Framework Core. The tutorial uses migrations to create the database from the data model.
VitoshAcademy.com article:
https://www.vitoshacademy.com/c-asp-n...
The video follows the Microsoft tutorial here (with some slight changes):
https://docs.microsoft.com/en-us/ef/c...
The GitHub code:
https://github.com/Vitosh/ASP/tree/ma...