November 2016
Intermediate to advanced
326 pages
6h 1m
English
Let's create an ASP.NET Core application that we can deploy in Microsoft Azure:

The ASP.NET Core application will be created once you click the OK button:

As the default ASP.NET Core Web Application template uses the Entity Framework, we need to execute the following command in order to create the database migration:
dotnet ef database update
Once you enter the command in Command Prompt (in the project's path), the migration file will be created. This migration file will contain all the changes to ...
Read now
Unlock full access