Marius Schulz
Marius Schulz
Software Engineer

ExtraLINQ: Additional Extension Methods for LINQ to Objects

The System.Linq namespace contains some very useful extension methods for generic collections. However, I often find myself missing some basic functionality, which is why I started the ExtraLINQ project a few days ago.

ExtraLINQ provides a bunch of extension methods for LINQ to Objects. You can find both the compiled class library binaries and the source code on GitHub.

I'd love to hear your feedback and suggestions!