IOC: Proxy Pattern to avoid Service Locationocramius.github.com3 pointsocra14 years agoInversion of Control is a powerful tool for large modular applications, but it has performance implications that leads people to use Service Location in their classes. Introducing service proxies to help getting our performance back...