We are thinking of migrating from SQL server to MySQL database for web application developed in C# ASP .NET.4.0. I'm looking for an alternative for LINQ to SQL (do not want to use entity framework) and I have already explored DbLinq, Devart LinqConnect and linq2db, and I have issues using each of them.(have some limitations which poses challenges while integrating with it existing design) Can anyone suggest me a better option?
↧