This release of CLINQ contains both new features and incremental upgrades to existing functionality. The code has been cleaned up significantly as we've been trimming some of the needless fat from some of the library methods and classes.
New features include the ability to perform
Continuous Aggregation, which allows you to define a continuous query that, instead of returning a set of results, returns a continuously updating continuous value such as a sum, min, max, average, or even standard deviation.
We have also created a new demo application for this version of CLINQ called "Stock Monitor", which simulates looking at ticker data for a particular stock. It shows not only how to do multiple continuous queries based on a single source set, but also shows off the power of continuous aggregates, and even how to create a live, continuous line graph using WPF data binding and CLINQ aggregates!