Using the Proxy Pattern to Inject the Uninjectable






4.48/5 (8 votes)
If you're new to Dependency Injection, you will sometimes have a dependency that cannot be injected. This article covers these scenarios and outlines how the Proxy Pattern can be used to solve this problem.