07 Jan 2019 | Steve Hickman
Entity Framework Core’s code-first approach makes schema management easy with the migrations feature. Just create your models in C# code,… Learn More
Automated Database Changes
In The Database, DevOps
23 Nov 2018 | Tony Fauss
We’ve talked elsewhere about automating application code changes. That tech is pretty stable and easy to understand (in principle, if… Learn More