Top "Loose-coupling" questions

What is "loose coupling?" Please provide examples

I can't seem to grok the concept of "loose coupling." I suppose it doesn't help that the word "loose" usually …

oop language-agnostic loose-coupling
Is dependency injection useful in C++

C# uses Dependency Injection (DI) a lot to have a lossless and testable platform. For this, I need an interface …

c# c++ dependency-injection inversion-of-control loose-coupling
Why should a web architecture be loosely coupled?

When I look at ASP.NET MVC projects I everytime see loose coupled architecture. For what do I need a …

asp.net asp.net-mvc architecture loose-coupling
Reducing coupling simple example needed for beginner

Just out of college and am coming across some code where I need to reduce coupling. But I don’t …

c# decoupling coupling loose-coupling