Perform CRUD operations on MySQL database using EF Core and ASPNET Core

As an ASP.NET Core web developer you are probably quite comfortable working with Microsoft SQL Server and Entity Framework Core. However, at times you need to work with other popular data stores. One such popular database engine is MySQL. To that end this article illustrates how to connect with a MySQL database and perform CRUD operations using MySQL Entity Framework Core provider.

http://www.binaryintellect.net/articles/759224a4-9ea6-41cd-aa03-3740f044b0c7.aspx