Published: March 25 2022
.NET 6.0 - Connect to MySQL Database with Entity Framework Core
This post shows goes through the steps to connect a .NET 6 API to MySQL using Entity Framework Core, and automatically create/update the MySQL database from code using EF Core migrations.