MoreLINQ
I just stumbled across this - a very useful extension LINQ library called MoreLinq.
The list of extensions that it provides includes some real gems:
MaxBy(orMinBy) - scan a sequence and return the item with the highest (or lowest) value as identified by a delegate.
This differs fromMax(orMin) by returning the item from the sequence, not the value itself.ForEach- this exists onList<T>but isn't supplied by default.Pipe- applies a delegate to each item of the sequence, without modifying the sequence
The project includes lots more - check out the MoreLinq project home page, the list of operators, or go straight to the download page.

Recent comments
6 days 7 hours ago
1 week 10 hours ago
1 week 1 day ago
1 week 2 days ago
2 weeks 3 days ago
10 weeks 5 days ago
18 weeks 3 days ago
18 weeks 3 days ago
18 weeks 3 days ago
18 weeks 3 days ago