Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Latest commit

 

History

History
1 lines (1 loc) · 200 Bytes

Dependency Injection vs Service Locator.md

File metadata and controls

1 lines (1 loc) · 200 Bytes

In the Service Locator pattern, application explicitly requests the dependencies by sending a message to the locator but in Dependency Injection, the dependency just appears without asking explicitly.