Summary
In this chapter, we understood what Azure DevOps is, as well as the tools and services it offers. We understood how services such as boards, repos, pipelines, test plans, and artifacts help us to efficiently execute a project.
Next, we looked at CI and CD pipelines and their core components. We also learned how they help us to automate the building and deployment of code. We concluded this chapter by learning to create an ASP.NET 5 application, and a pipeline to build and deploy to Azure App Service using CI and CD pipelines.
I hope this book has helped you to enhance your .NET skills and motivated you to try out and build more of its applications. There are further topics that you can explore by referring to the notes and the Further reading sections of the chapters.
For enterprise application, we have also covered the happy path scenarios for a typical e-commerce application, and it can be further extended based on the requirements defined in Chapter, 1 Designing...