How to update an ASP.NET Core 3.1 Application using EntityFrameworkCore Migrations

.NET Core 3.1

I’m going to show you how to update a .NET Core 3.1 MVC application. This application uses SQL Database so I will be using Entity Framework Core Migrations. Open up the project in Visual Studio for Mac. Open your Terminal and go to your project file path. Update the Employee.cs, Index.cshtml, AddorEdit.cshtml, and EmployeeController.cs $ […]

Continue reading