Latest popular stories Subscribe to this feed

Upcoming Story

Using custom grouping operators in LINQ (tomasp.net)

submitted by tomasptomasp(160) 1 day, 5 hours ago

In LINQ, we can group data using the "group by" clause. However, there are other potentially useful implementations of grouping. For example, we may want to group only adjacent elements or group ascending or descending parts of the data. This article shows how to use custom behavior when grouping data using "group by" in LINQ query. read more...

add a comment | category: | Views: 14

tags: another