up vote 3 down vote favorite
share [g+] share [fb]

Is there any plans for Microsoft to support LINQ to SQL beyond MS SQL server?

link|improve this question

72% accept rate
feedback

3 Answers

up vote 6 down vote accepted

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.

link|improve this answer
feedback

I do not know whether Microsoft plans to do so, but it is probably unlikely. However, if you want to use something similar, you could probably use DbLinq meanwhile.

link|improve this answer
feedback

I don't think MS will do it, I guess they will invest heavily into Entity Framework from now on.

Devart has something to offer here, but I've not tested their LINQ products extensively, so can't say anything about the quality.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.