Eyla
Eyla

Reputation: 5851

C# Connecting to mysql using linq VS OleDB

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

Answers (2)

Fahad
Fahad

Reputation: 1271

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

Upvotes: 0

Related Questions