CLinq NuGet Package

Continous LINQ is a .NET Framework 4.5 extension that builds on the LINQ query syntax to create continuous, self-updating result sets.
In traditional LINQ queries, you write your query and get stale results.

With Continuous LINQ,

you write a query and the results of that query are continuously updated as changes are made to the source collection or items within the source collection.

CLINQ has tremendous value in GUI development and is especially useful in binding to filtered streams of data such as financial or other network message data.




Got any CLinq Question?





Info

Version: 2.2.0.2
Author(s): Kevin Hoffman
Last Update: Thursday, August 7, 2014
.NET Fiddle: Create the first Fiddle
Project Url: http://clinq.codeplex.com/
NuGet Url: https://www.nuget.org/packages/CLinq


Install
Install-Package CLinq
dotnet add package CLinq
paket add CLinq
CLinq Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

1.1

avg-downloads-per-day

8

days-since-last-release

3550