You've just installed Visual Studio for ASP.NET Core development. Which tool should you ensure is also installed to help with command-line tasks for your projects?

  • .NET CLI
  • Docker
  • Git
  • Node.js
To perform command-line tasks in ASP.NET Core projects, you should ensure that the .NET CLI (Command Line Interface) is installed. It provides a set of commands for building, running, testing, and publishing ASP.NET Core applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *