Dev Tools · 1h ago
EF Core Migration Bundles: Solving Concurrency in Database Deployments
John Ntirintis explains how EF Core migration bundles address concurrency issues during database schema updates. The guide covers creating .bat scripts for automated migrations and integrating them into CI/CD pipelines. It provides a practical solution for teams deploying .NET applications with Entity Framework Core.
Meridian48 take
A niche but practical guide for .NET developers; the concurrency problem is real but the solution is well-documented elsewhere.
Read the full reporting
My first post on DEV! A guide to EF Core migration bundles: the concurrency problem they solve, .bat scripts to create and run them, CI/CD stuff & more! →
DEV Community
ef-coreci-cd