You are tasked with deploying an ASP.NET Core application. Which tool or service would help automate the process of getting new code from a developer's machine to a production environment?
- Jenkins
- Docker
- Azure DevOps
- Visual Studio Code
Azure DevOps is a comprehensive tool for automating the deployment pipeline. It facilitates the automation of code deployment from a developer's machine to a production environment, making it a valuable choice for ASP.NET Core application deployment.
Loading...
Related Quiz
- Which of the following tools is NOT typically used for ASP.NET Core development?
- In what scenario might you use the _ViewImports.cshtml file in conjunction with Razor Layout Views?
- How can you protect a controller action to be accessible only by users with the role "Admin" using the [Authorize] attribute?
- In which part of an MVC application would you typically find attribute routes?
- In a project where user registration is done programmatically, you want to ensure that users have a strong password and are locked out after 5 incorrect login attempts. Which class should you configure to enforce these rules?