Interested in a private company training? Request it here.
Azure DevOps is the collaboration hub offered by Microsoft for everyone in the development team, including project managers, testers, architects, developers and end-users. Here we will create a team project and configure it.
Sources are probably the most important part in any software project and we need a way to keep track of all sources and all changes. Azure Repos gives you the choice between TFVS and Git for storing your source history, branching, merging and everything else required.
Multiple developers working on the same code base requires some central place for all your code and changes. In Git these are known as remote repositories
How can we avoid code changes from one developer interfering with someone else's code? Branching has always been used to allow developers to complete their changes before integrating with other's.
Working as a team on the same code base comes with its own challenges. Things like false cognates, code conventions, SOLID principles etc. could result in good or bad code quality. Pull requests allow you to ensure that your code keeps its high quality.
To build quality software, and to limit nasty integration problems at the end of the project, doing a daily build is long regarded as a best practice. Azure DevOps makes building daily very easy through the build system. You'll learn how to manage the build, do desktop builds, and how you can setup Team Build to work in a continuous integration environment. You'll then learn how to customize the build process to perform all your build steps including running unit tests, creating custom build actions, generating setup programs and deploying to staging servers.
With continuous deployment you can automatically setup a machine in a consistent state, whenever you want. Not only can you deploy your application, but also setup your infrastructure.
In this course you will learn about using Azure DevOps to manage the application development lifecycle. This training will show you the role of the project manager, developer and tester in this process and how DevOps can improve the efficiency and code quality of your team. You will perform project management, source control (no real coding skill required for the exercise), testing and build automation with Azure DevOps.
.NET developers, project managers, testers and anyone who is involved in application development. Exercices don't require real coding skills as they are for illustrating the workflow with Azure DevOps.