DEV Community

Discussion on: Understanding Dependency Injection by writing a DI Container - from scratch! (Part 3)

Collapse
 
chrislaforet profile image
Chris Laforet

Thanks for this very nice article on DI. It was great working stepwise through the refinement procedure which helped make the subject really come to life.

Collapse
 
chrislaforet profile image
Chris Laforet

FYI, I translated the exercise code (as parallel as possible) into C# in .net core and was amazed at how, once again, your stepwise approach made it so much easier to reason out. The code is on github.com/ChrisLaforet/Understand... if you are interested. Thanks again :)