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
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
This document is able to quickly paint a picture of the entire system and its processes.Scott Wilson A functional application… Learn More
What is a private build? … a way to automate the local testing … Jim Wallace Clean the environment. All… Learn More
What is a private build? … a way to automate the local testing … Jim Wallace Confidence in your ability… Learn More
DevOps is not a product you can pick up from the store. It is the culmination of a process, tooling… Learn More