Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / coupling

Coupling

coupling

Great Reads

by Habibur Rony
This topic will cover the bad design practice using STUPID and good design practice using SOLID. Detailed explanation for Single Single Responsibility Principle, Open and Closed Principle, Liskov Substitution Principle, Interface Segregation Principle and Dependency Inversion (DI) Principle.
by Jon McKee
Analyzing and improving existing class diagramming paradigms
by Priyank Modi
In Depth Look: Strategy Design Pattern, Dependency Injection (DI), Open/Closed principle (OCP) and Loose Coupling vs Tight Coupling
by Bankey Sharma
Some general guidelines to make application source agnostic and business adaptive

Latest Articles

by Habibur Rony
This topic will cover the bad design practice using STUPID and good design practice using SOLID. Detailed explanation for Single Single Responsibility Principle, Open and Closed Principle, Liskov Substitution Principle, Interface Segregation Principle and Dependency Inversion (DI) Principle.
by Jon McKee
Analyzing and improving existing class diagramming paradigms
by Priyank Modi
In Depth Look: Strategy Design Pattern, Dependency Injection (DI), Open/Closed principle (OCP) and Loose Coupling vs Tight Coupling
by Bankey Sharma
Some general guidelines to make application source agnostic and business adaptive

All Articles

Sort by Score

coupling 

by Habibur Rony
This topic will cover the bad design practice using STUPID and good design practice using SOLID. Detailed explanation for Single Single Responsibility Principle, Open and Closed Principle, Liskov Substitution Principle, Interface Segregation Principle and Dependency Inversion (DI) Principle.
by Jon McKee
Analyzing and improving existing class diagramming paradigms
by Priyank Modi
In Depth Look: Strategy Design Pattern, Dependency Injection (DI), Open/Closed principle (OCP) and Loose Coupling vs Tight Coupling
by Clemens Pfauser
Implementation of an IoC Container to be able to use Dependency Injection in Unity3d