
New Webinar Series: DevOps Roadmaps, Partnerships & Deeper Dives
Today we’re launching and announcing a series of webinars from Clear Measure – all designed to help you and your
Today we’re launching and announcing a series of webinars from Clear Measure – all designed to help you and your
EF Core (Entity Framework Core) code-first approach makes schema management easy with the migrations feature. Just create your models in
“The web site is slow!” Sure, but why? You could take a guess, or do some “premature optimization.” But in
There is static analysis for C# and VB built into VS2017 that provides rule-based static analysis similar to SonarQube. Microsoft
This blog shows how to create a private build process using Rake and assumes you’ll be using some type of continuous integration (CI)
NDepend is a commercial product used to detect errors being introduced into .NET code after being committed to source control.
Thou shall not waste your time with any other VCS than Git.Colin Pear, The Pharaoh Your Version Control System (VCS)
This blog shows how to create a private build process using Cake and assumes you’ll be using some type of continuous integration (CI)
A repo should contain one single versioned deployable instance of the software application.Kyle Nunery It is currently the industry standard,
Thous shalt not have environment specific configuration or data within your repo.Colin Pear, The Pharaoh We have had a long
In other posts we’ve defined a private build how to do one in psake and even why you want one. Points 4 and 5
This document is able to quickly paint a picture of the entire system and its processes.Scott Wilson A functional application