0
kicks
Do function compositions like in Haskell with c# and .net 3.5
Haskell has a simple operator to combine functions to form a new one: The dot. This is a very versatile tool to plug existing functionality together seamlessly . In C# we require some more work to have that, but with new possibilities a similar construction is quite doable.