Interested in this topic? Register now for our Table Talk at Microsoft Ignite! I’m one of the MCs at a Microsoft… Learn More
Azure DevOps has this dropdown box for “Agent Specification” that I’d never paid any real attention to: Couple flavors… Learn More
The Onion-DevOps-Architecture project now is available as an Azure DevOps template. This will allow you to get up and running with… Learn More
Azure App Configuration is a new service offered in Azure to help with managing application settings and feature flags. As… Learn More
If you ever need to migrate work items from one Azure DevOps instance to another then you are possibly looking… Learn More
Valerie Gurka and Haley Akchurin interviewed Principal Solution Architect Colin Pear from Clear Measure. During their discussion about automated deployments… Learn More
Deploying software systems to environments can be one of the most feared actions a software company makes. If every time… Learn More
Entity Framework Core’s code-first approach makes schema management easy with the migrations feature. Just create your models in C# code,… Learn More
NDepend is a commercial product used to detect errors being introduced into .NET code after being committed to source control. … Learn More
Thou shall not waste your time with any other VCS than Git.Colin Pear, The Pharaoh Your Version Control System (VCS)… Learn More
A repo should contain one single versioned deployable instance of the software application.Kyle Nunery It is currently the industry standard,… Learn More
Thous shalt not have environment specific configuration or data within your repo.Colin Pear, The Pharaoh We have had a long… Learn More