0
kicks
How The Adapter Pattern Saved My Sanity
I show how I used the adapter pattern to enable writing WCF service contracts against a base class but keeping the implementation child-type specific. It allowed us to go from 26 contracts down to 2 (one for each base class that our objects inherited from).