Which .NET tool is used for building and managing projects from the command line?

  1. .NET CLI (Command Line Interface)
  2. IIS Manager
  3. Visual Studio only
  4. SQL Server Management Studio

Explanation

The .NET CLI is a cross-platform toolchain for developing .NET applications. It provides commands for creating, building, running, and publishing .NET applications from the command line.