August 2017
Intermediate to advanced
330 pages
7h 26m
English
We will focus on learning a few basic concepts of .NET Core, and how to work through the command line. The following steps are cross platform to learn .NET Core. Refer the documentation link for further details at https://docs.microsoft.com/en-us/dotnet/core/tools/.
First, let's ensure that everything was installed properly. Open the Console/ Shell (as per your OS of choice), enter the following command to view the CLI commands and tool version, product information, and the runtime environment:
> dotnet -info
The .NET Core CLI provides the following commands to work with:
|
new |
Initializes a basic .NET project |
|
restore |
Restores dependencies specified in the .NET project (Runs automatically ... |
Read now
Unlock full access