Recent Posts

A very basic MEF sample using ImportMany

4 minute read

If you have been programming since the mid-80’s and have been a IT professional for over 17 years it does not happen often anymore that you get mesmerized by...

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...