MavenThought Commons
Download
Please download from Codeplex.
Why another commons library?
Have you ever wondered if there is a way of avoiding writing the same "find" algorithm. Or "filter" to obtain values from a collection? How to express the conditions? How to use the functions as parameters? Well, keep reading…
With C# 2.0 the generics were introduced into the language opening new possibilities in terms of writing generic algorithms to provide common functionality that I encounter very useful in many projects.
With C# 3.0 the ability of using extension methods unleashed the power of the algorithms by allowing to combine them as extensions for IEnumerable<T>.
I’ve been used these classes for quite a while and decided then that it was time to share my effort with others that may found it interesting and useful as much as I do. I hope you like it.
Without further ado
The library has several extensions methods and utilities, please follow the links for further explanation.

