E.Service locator pattern

  1. Summary

    1. This pattern is obsolete and suggested pattern is IOC Containers like Unity.

      1. Helps to find dependency object instances at run time and implement IOC.

      2. C# provides IServiceProvider interface to support this.

      3. Old projects that are using Service Locator Patterns can use Common Service Locator Library to integrate with Unity or other like frameworks.

  2. References

  1. Related Concepts

  1. Discussion