Common Service Locator Library introduction Yesterday Glenn Block introduced a Common Service Locator library which is described as “a shared interface that applications and frameworks can reference in order to leverage IoC containers / service location mechanisms without taking hard dependencies”. The idea for the library is based on a post that Jeremy Miller wrote of having a shared interface across several IoC implementation. The benefit of such an interface is obvious - no dependency...