August 2018
Intermediate to advanced
298 pages
5h 33m
English
In order to publish the ASP.NET Core application to Azure from the Visual Studio 2017 Community Edition, perform the following steps:
Now let's publish Rest Buy to Azure. One thing we should be careful is that we have database migrations to run. Normally by default if we had our migrations defined in the web project, then the wizard automatically asks if we want to generate the migrations as well. However, we have defined our migrations within the Infrastructure project. In this case we have to add some code so that whenever ...
Read now
Unlock full access