Friday, March 9, 2018

Aggregate, The True LINQ Aggregator Operator

Aggregate LINQ operator is unknown in the LinQs world. The goal of the project is to review the LinQ Aggregators operators (Count, LongCount, Min, Max, Sum and Average), and show all operators can be built with the Aggregate operator.

source https://www.c-sharpcorner.com/article/aggregate-the-true-linq-aggregator-operator/

No comments:

Post a Comment