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
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
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
Second to having objects in the pipeline, one of the best features of PowerShell is tab-completion. Having the ability to… 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
Entity Framework Core’s code-first approach makes schema management easy with the migrations feature. Just create your models in C# code,… 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
NDepend is a commercial product used to detect errors being introduced into .NET code after being committed to source control. … Learn More