I've previously written about how we handle zero downtime deployments with Entity Framework and Migrations but the post lacked an important piece of the puzzle: how to drop a column. When practising continuous deployment, in order to drop a column, you need to follow the drop column shuffle: Ensure that
February 16, 2020