Interested in this topic? Register now for our Table Talk at Microsoft Ignite! I’m one of the MCs at a Microsoft… Learn More
As we start to reap the fruits of integrating build automation into our software projects, I was asked if we… Learn More
In an earlier blog post I showed how to convert the Selenium tests in the Onion-DevOps-Architecture project to Cypress. In this… Learn More
Azure App Configuration is a new service offered in Azure to help with managing application settings and feature flags. As… Learn More
Selenium is commonly used for E2E or Acceptance testing, but now there’s a new kid on the block, Cypress. Cypress… Learn More
In Part 1 I showed how to use the DynamicParam keyword of PowerShell to add a parameter that had a… Learn More
EF code-first doesn’t expect you to have stored procedures; so, you won’t find any support for creating sprocs through migrations…. Learn More
Valerie Gurka and Haley Akchurin interviewed Principal Solution Architect Colin Pear from Clear Measure. During their discussion about automated deployments… Learn More
“The web site is slow!” Sure, but why? You could take a guess, or do some “premature optimization.” But in… Learn More
Code coverage is the percentage of code that is covered by automated tests. As part of your CI builds, you… Learn More
There is static analysis for C# and VB built into VS2017 that provides rule-based static analysis similar to SonarQube. Microsoft… Learn More
This blog shows how to create a private build process using Rake and assumes you’ll be using some type of continuous integration (CI)… Learn More