How Interfaces, Generics and Extension Methods Can Make Code Cleaner
From personal experience, one of my biggest gripes when working with code is code duplication. Code duplication makes code appear bloated, harder to read, harder to test and can cause replication of not just the code, but of bugs contain within. T...
Nov 4, 20143 min read77

