3

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

3 Answers 3

6

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.