Related resources for Service Locator
  • Why "Service Locator" is an "Anti-Pattern" for Dependency Injection9/26/2024 8:29:26 AM. The "Service Locator" pattern, while widely used, often leads to issues in software design, making it an anti-pattern in the context of Dependency Injection (DI). This article explores the d
  • Dependency Injection - Part 7 - Service Locator Pattern2/13/2018 10:12:51 PM. Service locator pattern is one of the most commonly used patterns. In general, this pattern is used along with other patterns like Adapter Pattern, Observer Pattern, Dependency Injection Principles an
  • Service Locator Design Pattern6/9/2014 4:30:09 PM. This article assumes a basic knowledge of de-coupled architecture. An understanding of various design patterns will help you to understand this better.