Search code examples
c#mysqllinqoledb

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?


Solution

  • Couple of options: