Where can I get PLinq for VS 2008?

Since this is a framework integration, the package seems to have been removed from the Internet. can someone point me to the download site where i can download it and use it in my .net 3.5 application?

+3
source share
2 answers

CTP is no longer available. From Nuget:

This backport was sent with the Reactive Extensions (Rx) library up to version 1.0.2856.0.

You can download an unsupported version from Reactive Extensions for .Net at http://www.microsoft.com/en-us/download/details.aspx?id=24940 or from Nuget at http://nuget.org/packages/TaskParallelLibrary

+1
source

All Articles