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

Will it go to finally block if there is no exception happened?

0 Answers  


Explain dataset.acceptchanges and dataadapter.update methods in .net?

0 Answers  


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

0 Answers  


Difference between user groups and code groups

0 Answers  


What is "common language specification" (cls) in .net?

0 Answers  






How different are interface and abstract class in .Net?

2 Answers  


Please tell us what is the difference between override and overload in a method?

0 Answers  


Whate are resource files?

0 Answers  


Readonly vs. const?

2 Answers   Hewitt,


Show different types of collection in .NET?

0 Answers   QuestPond,


What is the transport protocol you use to call a seb service soap?

0 Answers  


Give an example program for Getter /read-only methods in JAVA

1 Answers  


Categories