Dependency Injection is a posh word for a simple concept. Frameworks are starting to adopt the pattern and many developers want to use it, but simply don't know how or even why they should. For those who do, are you gaining the advantages that you should be? Should you use a service locator? How does this fit in with S.O.L.I.D? Are you doing it the awesome way?
This talk focuses on the journey I made through the discovery of the basics of DI through to how to use it to it's full potential, the misnomer that is the Dependency Injection Container, and how auto-wiring injectors can make you happy again. Learn how you can 'plug and play' third party libraries with only a few steps and reduce your development time and maintenance when working with object-oriented code.