April 2018
Intermediate to advanced
300 pages
7h 41m
English
In this section, we will create a sample app in .NET Core and define services that include the authorization server, a vendor service, and an order service. To start with, we can use either Visual Studio 2017 or Visual Studio Code and create projects using dotnet Command-Line Interface (CLI) tools. The advantage of choosing Visual Studio 2017 is that it provides an option while creating the project to enable Docker support, add the Docker-related files, and make Docker the startup project:
