Dependency Inversion Principle Introduction

kudvenkat
kudvenkat
215.8 هزار بار بازدید - 7 سال پیش - In this video we will
In this video we will discuss
1. Dependency Inversion Principle Introduction
2. Understand the intention of DIP usage

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.
@aarvikitchen5572

In the first video of SOLID Introduction we have understood that D in SOLID stands for Dependency Inversion Principle which is also known as DIP

The Dependency Inversion Principle introduced by Robert C Martin states that  

High-level modules should not depend on low-level modules. Both should depend on abstractions.
AND
Abstractions should not depend on details. Details should depend on abstractions.

To simplify this we can state that while designing the interaction between a high-level module and a low-level one, the interaction should be thought of as an abstract interaction between them.  

Usage Intention : Before understanding the intention of usage, let’s try to understand a traditional application architecture implementation.

During the process of the application design, lower-level components are designed to be consumed by higher-level components which enable increasingly complex systems to be built. In this Process of Composition, higher-level components depend directly upon lower-level components to achieve some task.  

Text version of the video
http://csharp-video-tutorials.blogspo...

Slides
http://csharp-video-tutorials.blogspo...

SOLID Design Principles Tutorial
SOLID Design Principles Introduction

SOLID Design Principles Text Articles & Slides
http://csharp-video-tutorials.blogspo...

All Dot Net and SQL Server Tutorials in English
https://www.youtube.com/user/kudvenka...

All Dot Net and SQL Server Tutorials in Arabic
kudvenkatarabic
7 سال پیش در تاریخ 1396/11/03 منتشر شده است.
215,872 بـار بازدید شده
... بیشتر