How to connect to MySQL from .Net Core

I am also porting the ASP.Net framework / SQL Server application to ASP.Net Core / MySQL.

I'm having trouble finding documentation that shows how I can link my existing code that I ported .Net Core to a MySQL database.

Has anyone done this?

Thanks.

+5
source share
1 answer

You cannot find any documentation because it does not exist. Check here: EF Doc

0
source

All Articles