Understanding dotnet Command
Understand how to operate the dotnet command-line interface included with the .NET SDK. Learn to create new projects with templates, list available options, check installed SDKs and runtimes, and manage your current project through practical terminal commands.
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 ...