You're new to the deployment of ASP.NET Core applications. Which tool would you use to automate building, testing, and deploying your application to various environments?

  • Visual Studio
  • Azure DevOps
  • Notepad++
  • Fiddler
Azure DevOps is a popular DevOps tool that can automate the build, test, and deployment processes for ASP.NET Core applications. It provides a CI/CD pipeline for efficient deployment to various environments. Visual Studio is primarily an IDE, while Notepad++ and Fiddler are unrelated to deployment automation.
Add your answer
Loading...

Leave a comment

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