Which .NET tool is used for building and managing projects from the command line?
- .NET CLI (Command Line Interface)
- IIS Manager
- Visual Studio only
- 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.