Bindable LINQ: Bindable Aggregates
Posted on June 10th, 2008 by Paul Stovell
As with other LINQ operations, Bindable LINQ allows you to execute aggregates over values that can change over time. In the general sense, a Bindable LINQ aggregate is an operation that turns a series of values into a single value, and is not necessarily limited to numeric operations. Examples of such aggregates are classics such […]
Filed under: Bindable LINQ | 2 Comments »
