I am using a .Net 2 project and do not lose LINQ.
I cannot use third-party tools or try to use the hacked System.Core to make it work, so I thought that if the LINQ source code is available, I can just copy the extension methods and create a class in my project.
I basically need it for an array, a list type request, etc.
thanks
source share