filmov
tv
Deploying an EF Migration Zero Downtime? Watch Out!
Показать описание
It is fairly easy to deploy an EF migration without stopping the application, unless we made a breaking change. As this video is demonstrating, the migration, which is a DDL script, is normally deployed in a transaction. It is therefore possible to run it alongside online transactions executed by the running application! Again, unless the change imposed by the DDL script will break the application.
In this video, you will learn a safe way to add a field to the model, and so to add a column to the database table, without causing any service interruption that could be noticed by the users. The prior version of the application will be available through the entire process, all until replaced by the new version and stopped.
This update scheme is fully supported by the Entity Framework Core. It only remains that we, developers, make the steps in the right order, and the most daring part of our daily work - deployment - will work out smoothly.
Learn more from video courses:
Other videos on this channel you may be interested in watching:
#entityframeworkcore #entityframework #dotnet
Deploying an EF Migration Zero Downtime? Watch Out!
Adding an EF Property in a Zero Downtime Migration
Entity Framework Migrations Explained
Entity Framework and Azure DevOps - 07 build pipeline
Run EF Migrations at Startup For Easy Local Development #shorts
ASP.NET Core ZERO Downtime Deployment
Continuous database deployments with EF Core and Azure DevOps / GitHub Actions
EF Core Migrations Deep Dive, Applying Migration, SQL Scripts
Using fluentmigrator for automated database deployment (in ASP.NET Core)
Tutorial: How to use SQL Server DACPACs and BACPACs
Deploying a Full Package on the Server with Zero Downtime
EF Migrations 2: How to revert migrations in ASP.NET projects
Migrations and Seed Data in EF Core (New Updated Video in the Description)
Be Careful When Removing an EF Core Property!
Introduction to Migration Bundles - What can they do the migration scripts don't?
How to enable automatic migrations in code first
EF Asp.net core Migrations how to update and create new table In SQL DB with migrations
Deploying a SQL Server Database with Entity Framework Core - Will it Deploy? Episode 3
How to deploy .NET apps to Kubernetes
In Depth Entity Framework Migrations with Postgres
How to generate Migration scripts in Entity Framework Core (EF Core)
Generate SQL script from migration with EF code first and .net core
Achieve zero-downtime deployments for mission-critical workloads on Azure
Dotnet EF Migration Add Ubuntu in Docker
Комментарии