Is there a free solution for using Linq and MySQL?

Can one use Visual Studio Express, Linq, and MySQL together?

link|improve this question

I don't know which to try. Can we get some votes for preferred methods? – Bryan Oct 6 '09 at 21:20
feedback

5 Answers

up vote 3 down vote accepted

If you want Visual Studio integration and designer you should check MindScape LightSpeed. Though I doubt it will work with express edition, it provides free edition for small database.

link|improve this answer
Regarding LightSpeed, you're right, there's no designer in VS Express. However you can still use it "code only" and get the LINQ to MySQL that way. – itowlson Oct 9 '09 at 2:36
feedback

An answer to this question on the Microsoft Forums would indicate that you can.

Yes, you can.

Use LINQ for NHibernate.

http://www.ayende.com/Blog/archive/2007/03/16/Linq-for-NHibernate.aspx

link|improve this answer
feedback

You can use Nhibirnate and linq. http://ayende.com/Blog/archive/2007/03/16/Linq-for-NHibernate.aspx

link|improve this answer
feedback

You can use Entity Framework and Connector/Net.

Connector/Net is the managed ADO.Net provider for MySQL and has support for Entity Framework (this was added in version 6.0, the connector is at 6.1 at the moment).

link|improve this answer
feedback

In order to do that, check out these links:

Just install the connector, follow the quickstart and you'll be ready to work with Entity Framework.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.