Skip to content

Details

Database migrations are hard, especially if you have an existing database and need to maintain views, stored procs, and functions, and EF Core doesn't have a clear way to do that. Enter Flyway and Testcontainers. You can manage your SQL databases using versioned SQL scripts among other impactful tools and methods to make your life easier maintaining a database using its language while still getting the ease of writing C# to do CRUD. During this talk, we'll walk through setting up a project using Flyway to handle migrations, EF Core to talk to it, and Testcontainers to test it.

Database Integration & Migrations
C#
.NET

Members are also interested in