The _________ tool in ASP.NET Core is particularly useful for tasks like building the application, running migrations, or scaffolding items.

  • .NET CLI
  • Entity Framework
  • MSBuild
  • Visual Studio
The .NET CLI (Command Line Interface) in ASP.NET Core is a powerful tool for various development tasks. It allows developers to build, test, run, and manage ASP.NET Core applications from the command line. Tasks such as building the application, running database migrations, or scaffolding code can be efficiently accomplished using the .NET CLI.
Add your answer
Loading...

Leave a comment

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