I want to use LINQ in Framework 2.0. IS it possible?
Also i heard from someone that Microsoft will stop the Support of Framework 2.0 and below.
Is it right?
I want to use LINQ in Framework 2.0. IS it possible?
Also i heard from someone that Microsoft will stop the Support of Framework 2.0 and below.
Is it right?
Try to refer this link>>
http://weblogs.asp.net/fmarguerie/archive/2007/09/05/linq-support-on-net-2-0.aspx
you will get all the things here.
We can use the LINQ sources from mono (.NET for Linux) to get LINQ running on .NET 2.0.
Also refer this one>>