Written by
onUsing .Net extension methods as syntactic sugar without the toothache
Since extension methods were introduced to .NET in 2007, how to use them appropriately has always been a source of debate amongst its programmers. For those of you unfamiliar with them, the extension method feature…