I have a Windows form project with C#. I am trying to enable Entity Framework with a mysql database. But I am not finding any instruction available. Is it something that is not possible?
Asked
Active
Viewed 41 times
0
-
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html – HariHaran Mar 31 '20 at 04:24
-
https://stackoverflow.com/questions/45159338/defining-connection-string-in-console-application/45159733#45159733 – SH7 Mar 31 '20 at 15:18
1 Answers
1
Here are some step-by-step walkthroughs for using EF with MySQL
EF Core https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-example.html

Rosco
- 2,108
- 17
- 17