Mike Borozdin's Blog

A blog about programming, web and IT in general

Entity Framework and MySQL

Although MySQL don't seem to be very interested in providing a native support for LINQ to MySQL and you have to use 3-rd party providers to interact with MySQL by using LINQ, they seem to move towards Entity Framework. They are holding a webinar about using Entity Framework with MySQL on September, 30.

I think this can be a one reason of many why it's worth using Entity Framework, the support by database vendors is a great thing. It is not the only reason, of course, there are many other ones. The main thing is that Entity Framework provides a higher level of abstraction than LINQ to SQL, for instance. It can be a topic for a series of articles, so I think, I'll cover Entity Framework in other articles.


Posted by Mike Borozdin on Wednesday, September 10, 2008 12:57 PM GMT
  Shout it Kick it!  
Permalink | Comments (2) | Post RSSRSS comment feed

Comments

DotNetKicks.com

Wednesday, September 10, 2008 6:09 AM GMT

trackback

Trackback from DotNetKicks.com

Entity Framework and MySQL

Mike Borozdin

Friday, November 07, 2008 1:54 AM GMT

Mike Borozdin

Hi NZ,

Unfortunately, I didn't have time to attend the webinar, but I'll try to find and post some information regarding Entity Framework and MySQL.

Comments are closed