I’d like to present a short class written by my colleague at work. Why? Because I just love how it uses the generics syntax to simplify some operations on enumerable types. Like me, he hated the hoops one must jump through to convert an instance of an enumerable type to a string, to check if an ...
More...