Search Wiki:
Project Description
Continous LINQ is a .NET Framework 3.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.

Getting Started

Feature Roadmap - What we're thinking of adding to CLINQ in the future

Advanced Scenarios

Appendix and Reference
Last edited Apr 16 at 12:28 PM  by DotNetAddict, version 13
Updating...