Is there any plans for Microsoft to support LINQ to SQL beyond MS SQL server?
+5
A:
Microsoft has no plans to extend LINQ to SQL beyond SQL Server and it wouldn't make much sense to do so. The majority of code in LINQ to SQL is in the implementation of the SQL Provider.
Microsoft offers Entity Framework as its cross-database-platform ORM solution and other ORM solutions are implementing LINQ providers too.
DamienG
2008-10-22 17:19:40