Reputation: 5851
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?
Upvotes: 0
Views: 2251
Reputation: 1271
you can use either Entity Framework or NHibernate. Both support Linq.
Upvotes: 0