The Why and How of Dependency Injection
by Sean MacAvaney
Thu, Oct 01, 2015
Room:
Time:
0:00
Many frameworks use dependency injection to improve testability and allow for runtime dependency configuration. In this session we further discuss the motivation of this approach and implement a service locator in an ASP.NET MVC project. Related topics covered along the way include inversion of control and reflection.