When it comes to being powerful with Git, there’s still (often) no beating the command line by leveraging Git aliases. Here are some we won’t live without.
I have been using Zoom at Clear Measure for over 4 years now. It’s a fantastic tool that is very… 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
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
If you ever need to migrate work items from one Azure DevOps instance to another then you are possibly looking… 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
Today we’re launching and announcing a series of webinars from Clear Measure – all designed to help you and your… Learn More
EF Core (Entity Framework Core) code-first approach makes schema management easy with the migrations feature. Just create your models in… 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