Recent Posts

A generic convertor for IEnumerable

less than 1 minute read

Apart from ForEach<T>, as I described in my previous post, I noticed the absence of ConvertAll<T> on everything but List<T> as well. Pretty...

One ForEach to rule them all

less than 1 minute read

I ran into this when I was investigating functional programming in C#. That’s been around for a while, but apart from using it for traversing or modifying co...