Understanding dotnet Command
Learn about the .NET Command-Line Interface (CLI) named dotnet.
We'll cover the following...
We'll cover the following...
When we install the .NET SDK, it includes a command-line interface (CLI) named dotnet
.
Creating new projects
The .NET CLI has commands that work on the current folder to create a new project using templates:
Step 1: On ...