tags:

views:

86

answers:

2

Hi All,

I have read in many forums that there is no good linq for mysql (free) but his forums are 2 years old.

In the meantime is there any good free linq for mysql ? Hog good is for professional use?

Regards

+2  A: 

MySQL connector has support to Entity Framework. So you can use Linq to Entity for Mysql.

You can get more information over here - Link1 and Link2

Krunal
@krunal, can you help me understand what is difference between linq to Sql and Linq to entity?
Ismail
A: 

http://code.google.com/p/dblinq2007/

That seems to have decent support for Linq-to-MYSQL, havent tested it myself but this question is something i'm definately interested in

Kurru