0

Does anyone know any free provider for MySQL using the Entity Framework (Code First)?

Vinicius Saeta
  • 183
  • 1
  • 2
  • 13
  • Possible duplicate: http://stackoverflow.com/questions/3283820/using-mysql-with-entity-framework-4-and-the-code-first-development-ctp – Rhapsody Mar 20 '12 at 19:08

1 Answers1

0

MySQL Connector/NET is sufficient to use MySQL with Entity Framework.

See

http://weblogs.asp.net/gunnarpeipman/archive/2010/12/09/getting-mysql-work-with-entity-framework-4-0.aspx

Eric J.
  • 147,927
  • 63
  • 340
  • 553