What is loosely coupled solution

Showing Answers 1 - 4 of 4 Answers

Pronobesh

  • Sep 28th, 2006
 

Codebehind is a loosely coupled approach.

  Was this answer useful?  Yes

s.jabee

  • Jun 7th, 2007
 

  • Generally any application has to be loosely coupled and highly cohesive,

    the formula for high cohesion is that logically related entities, such as classes and methods, are appropriately grouped together. Round trip has to be avoided across physical tiers. 

    Loose coupling helps to provide implementation independence. Scenario such as interface based programming can be achieved.

  • For code-behind approach has a better affinity towards implmentation independence.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions