DEV Community

Discussion on: Lazy Dependency Injection for .NET

Collapse
 
alexyakunin profile image
Alex Yakunin • Edited

I think the key difference here is that LazyProxy doesn't require you to change the "consumption API", and e.g. factory pattern does.