Search code examples
c#asp.netlinq.net-3.5.net-4.0

Interesting libraries based on LINQ


Every man and his dog seems to be adding an implementation of LINQ to something.

it's even been ported to javascript http://jslinq.codeplex.com/

But I'm wondering about other more niche LINQ to projects or implementation that are out there that we should know about.


Solution

  • Check out Reactive Extensions, which uses LINQ to define and manipulate asynchronous processing workflows as if they were observable collections.