Description
In this course, you will learn:-
- DIP should be used.
- Learn about the DI concept and how to put it into practise.
Syllabus:-
-
About the Courses
-
Join .NET Community of Students
-
Outline
-
Definition of DIP
-
Dependencies
-
Volatile and Stable Dependencies
-
Definitions of IoC and DI
-
DIP Violation Demo
-
Refactoring to a Better Design Applying DI
-
Dependency Injection Techniques
-
Architectural Implications
-
Common Smells of DIP Violation
-
Outline
-
Pure DI and IoC-Containers
-
Building a Simple IoC-Container
-
Service Locator Design Pattern
-
Demo with an IoC-Container