I have a project with implemented persistence layer (I've used LINQ to SQL). This application works with MS SQL Server. Customer wants to work with MySQL simultaneously. How can I use my LINQ classes with new database server? Is it possible? What can I use for this task decision?
David