Inversion of Control via constructor argument passing
Posted by jpluimers on 2015/06/18
Inversion of Control example video on YouTube: business class is not in control of the DAL.
It uses C#, but the code is so simple that every programmer should be able to get it.
Uses:
- interfaces
- parameter passing through constructor
- moving control decisions out of the business class
Inversion of Control (IoC) can later be amended by Dependency Injection (DI), but IoC can easily without that be used very effectively without DI.
I wish the What is…? series had more than 1 episode, but Christian Richards does have some interesting series about game development.
–jeroen
via: duidelijk voorbeeld.






Leave a comment