Hooked on LINQ

Hooked on LINQ - Developers' Wiki
for .NET Language Integrated Query

Companion book for this site
LINQ to Objects Using C# 4.0:
Using and Extending LINQ to Objects and Parallel LINQ (PLINQ)
Quick Search

Advanced Search »
Continuous LINQ is a CodePlex project that aims to extend the power of LINQ queries. In a traditional LINQ query, once you write the query you are left with a stagnant result set. CLINQ makes that result set dynamic, and continuously updated. All you have to do is declaratively define your result sets using standard LINQ syntax and CLINQ monitors the source collection (and all items in that collection) for changes and keeps your result sets up to date. CLINQ also contains support for continuous aggregation (e.g. sum, min, max, and even standard deviation).

If you would like to comment on this page, click on the Discuss button located on the top-right of each page. Feel free to edit any mistakes or omissions you find. If you have an objection or find in-appropriate content then contact the administrator. This website is not affiliated with Microsoft®, all content and opinions are those of the specific author and some advice, solutions and article may contain unintentional errors - please use care. Other websites by this author: Focused Objective, Geek Speak Decoded.