65.9K
CodeProject is changing. Read more.
Home

Using the Proxy Pattern to Inject the Uninjectable

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.48/5 (8 votes)

Oct 7, 2013

CPOL

5 min read

viewsIcon

34970

downloadIcon

117

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.