December 2019
Intermediate to advanced
510 pages
11h 33m
English
Unlike the .NET framework, .NET Core provides an easy to use CLI that exposes all the necessary functionalities we can use to build applications and services. Once .NET Core is installed on your machine, run the dotnet --help command. You will see the following result:
.NET Core SDK (3.1.100)Usage: dotnet [runtime-options] [path-to-application] [arguments]Execute a .NET Core application.runtime-options: --additionalprobingpath <path> Path containing probing policy and assemblies to probe for. --additional-deps <path> Path to additional deps.json file. --fx-version <version> Version of the installed Shared Framework to use to run the application. --roll-forward <setting> Roll forward to framework version (LatestPatch, Minor, ...
Read now
Unlock full access