What you'll learn:
- Apply DIP
- Understand the Concept of DI and how to apply it in practice
Teaching Approach
No fluff, no ranting, no beating the air. I esteem your time. The course material is succinct, yet comprehensive. All the important concepts are covered. Particularly important topics are covered in-depth. For absolute beginners, I offer my help on Skype absolutely free,if requested.
Take this course, and you will be satisfied.
Build a solid foundation in software architecture applying Dependency Injection
In many of my courses I use techniques of Dependency Injection and each time students write me private messages saying that they don't what it is and thus they don't understand what's going on in the course I teach. This is very unfortunate from the learning perspectives.
Dependency Injection is the set of techniques that allow to supply dependencies to objects. Actually, if you have ever passed dependenciesviaconstructors, then you applied the so-calledconstructor injection.Dependency Injection (DI)is simple and difficult at the same time.On one hand, DI is comprised of simple techniques and on the other hand, when we need to bring DI to the next level, we need to make things more complicated using the so-called DIor IoC (Inversion of Control) Containers.
If you still don't understandwhat am I talking about, just believe me,you absolutely need to know about Dependency Injection. This course will tremendouslyimprove your understanding of how softwarearchitectures emerge.So, this course is"must watch" for anyone who still doesn't understand what is DI and IoC-Containers.
Content and Overview
This course is aimed at all kind of developers.
The course covers:
- Introduction to Inversion of Control: DependencyInversion Principle (DIP), Inversion of Control (IoC), Dependency Injection (DI), Dependencies and their types, Pure DI and IoC-Containers, Service Locator
- TheArchitectural Implications of Dependency Injection