Azure DevOps and Visual Studio App Center are the two pillars of application life cycle management when we talk about .NET Core and Xamarin. Azure DevOps, previously known as Visual Studio Online or Team Services, provide the complete suite for implementing DevOps principles, whereas App Center acts as a command center for mobile application development, testing, and deployment. Using these tools, developers and operations teams can implement robust and productive delivery pipelines that can take the application source from the repository to production environments.
The following chapters will be covered in this section:
- Chapter 15, Azure DevOps and Visual Studio App Center
- Chapter 16, Application Telemetry with Application Insights
- Chapter 17, Automated Testing
- Chapter 18, Deploying Azure Modules
- Chapter 19, CI/CD with...