filmov
tv
Using fluentmigrator for automated database deployment (in ASP.NET Core)
Показать описание
One of the best ways to get agility in the software development life cycle is to have an automated build and deployment. More often, database deployment becomes a bottleneck.
For years the code deployment and database deployments were separate. The database has always been deployed by DBA's, whereas the code is usually deployed through automated and/or semi-automated systems.
Now dependency on DBA's for deployment the deployment process slower and more emphasis in coordination with multiple teams during deployment.
But the Migrations of EntityFramework core is tightly coupled with the EntityFramework core. Hence, if you are using other ORM, like Dapper or you are using plain old ASO.NET for data access, fluentmigrator is your answer to database migration and automated deployments of database changes.
In this video, I will walk through creating a database table, with keys and indexes, as well as rolling back the changes.
For years the code deployment and database deployments were separate. The database has always been deployed by DBA's, whereas the code is usually deployed through automated and/or semi-automated systems.
Now dependency on DBA's for deployment the deployment process slower and more emphasis in coordination with multiple teams during deployment.
But the Migrations of EntityFramework core is tightly coupled with the EntityFramework core. Hence, if you are using other ORM, like Dapper or you are using plain old ASO.NET for data access, fluentmigrator is your answer to database migration and automated deployments of database changes.
In this video, I will walk through creating a database table, with keys and indexes, as well as rolling back the changes.
Using fluentmigrator for automated database deployment (in ASP.NET Core)
How To Perform SQL Server Database Updates using Fluent Migrator
Data Migration (Insert or Update Lookup/Configuration data With fluentmigrator)
Matt Groves on Fluent Migrator [TECHNOLOGYANDFRIENDS 742]
C# : How to drop column with FluentMigrator?
Create testable, and automated database migrations with C#!
Creating Database wih Fluent Migrator (Part 1)
C# : FluentMigrator not running migrations
Dev Streams Site - Adding FluentMigrator to ASP.NET Core - Ep 169
MySQL : How to auto generate UUID/GUID with Fluent Migrator in MySQL?
🔴 Versioning Database: Fluent Migrator • Working with Data • Comprehensive ASP.NET MVC • (Pt. 15)...
C# : Execute FluentMigrator migrations from code
C# : Explanation of Migrators (FluentMigrator)?
26 - Automated Migration in Code First Approach
SAP Service Layer Fluent Migrator (Creating User Table into SAP Business One)
Automate entity framework code first migration in .Net Core
Creating Database wih Fluent Migrator (Part 3)
C# : Rolling back to previous version in Fluent Migrator
C# : Add Constraint to Table column when using Create.Table, FluentMigrator
MySQL : fluentmigrator Guid MySQL type
Deploying an EF Migration Zero Downtime? Watch Out!
Fluent Migrations: Adding/Deleting columns from a Database
Ondrej Mirtes - Zero Downtime Database Migrations and Deployments - phpday 2018
E-Shop Cloud Native | Fluent Migrator - Fluent migrations framework para .NET
Комментарии