How to use LINQ to SQL with mySQL.
I am having one project with C# (version 2010) and Linq to SQl. Database is SQl
Need Solution for,
I need to migra
Check out 'LINQ to MySql' nuget.
https://www.nuget.org/packages/linq2db.MySql/
LINQ to MySql is a data access technology that provides a run-time infrastructure for managing relational data as objects.
This package includes a T4 template to generate data models for MySql database and references to the linq2db and MySql.Data nugets.