You must Sign In to post a response.
Category: .NET
#769233

Tight couple
Basically the objects which are highly depend upon each other are known as tightly coupled. Changing one object in a tightly coupled application often requires changes to a number of other objects
Loose couple
Loose coupling is a design goal that seeks to reduce the inter-dependencies between components of a system with the goal of reducing the risk that changes in one component will require changes in any other component.
check out below link for more details
https://social.msdn.microsoft.com/Forums/en-US/c747f40a-7091-4f59-98b1-c637814d275b/cnet-what-is-the-exact-meaning-of-loose-coupling?forum=netfxbcl
Thanks
Koolprasd2003
Editor, DotNetSpider MVM
Microsoft MVP 2014 [ASP.NET/IIS]
Return to Return to Discussion Forum