tags:

views:

259

answers:

2

Hi, I'm developing a web application with ASP.net & C# and it needs to connect to mysql database. I'm not sure if I should use linq or OleDB to connect to mysql!!!

can you give me some advices about that?

A: 

you can use either Entity Framework or NHibernate. Both support Linq.

Fahad