Search⌘ K
AI Features

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.

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 ...