Home All Groups Group Topic Archive Search About
Author
23 Oct 2007 4:22 PM
JP
Is LINQ to SQL supported in the 3.0 Framework or is it only available in 3.5?

Thanks,
JP

Author
23 Oct 2007 4:41 PM
Jon Skeet [C# MVP]
JP <J*@discussions.microsoft.com> wrote:
> Is LINQ to SQL supported in the 3.0 Framework or is it only available in 3.5?

It's only in 3.5.

You could in theory use C# 3 query expressions in .NET 2.0 or higher,
but you'd have to write all the Select, Where, Join etc methods
yourself.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

AddThis Social Bookmark Button