After writing your ASP.NET Core application code, you want to build and run your application using a command-line tool. Which tool would you use for this purpose?

  • .NET CLI (Command Line Interface)
  • Git Bash
  • PowerShell
  • Command Prompt
To build and run your ASP.NET Core application from the command line, you would use the .NET CLI (Command Line Interface). It's a powerful tool that provides various commands for managing and running your ASP.NET Core projects efficiently.
Add your answer
Loading...

Leave a comment

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