Today i was digging into connecting .NET with a MySQL database at work and found this article.
Explained in rough details, you’ll be able to connect to a MySQL database and create an entity diagram of the database structure. When finished, you may Linq your way into the database, just like you are used to in Linq to MSSQL.
Awesome !!