What are the benefits of Model-View-Controller Architecture?



What are the benefits of Model-View-Controller Architecture?..

Answer / swapna

1) Centralized application state held in model:

Efficient for passing between components.
Used for partial update of client view.
2) Separate controller
3) Pluggable customized dialog strategies.
4) Easy to add the new clients
5) Reusability and extensible
6) Possible to have development process in parallel for
Model, View and Controller.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What are the providers available with VS.NET ?

2 Answers   TCS,


Explain me what are the deferred execution and the immediate execution in linq?

0 Answers  


Explain .net framework overview?

0 Answers  


What is a .net class?

0 Answers  


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

0 Answers  






What is Garbage Collection in .Net and what is the Garbage collection process?

4 Answers  


What are multicast delegates?

0 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?

0 Answers   Infosys,


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?

8 Answers  


What is meant by globalization and localization?

0 Answers  


What are the different types of remote object creation mode in .net?

0 Answers  


Categories