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

How do you give a Windows service specific permissions?

1 Answers  


How can you instantiate a tuple?

0 Answers  


Explain what is the difference between odbc and ado?

0 Answers  


Explain assemblies in .net?

0 Answers  


What is an EXE?

1 Answers  






What is Datatype Conversion in Vb.net?

1 Answers  


Using com component in .net?

0 Answers  


What is the Difference between a sub and a function?

9 Answers   Wipro,


Explain how garbage collection works?

0 Answers  


When a Static Constructor called in .NET?

0 Answers  


How to load the contents of an xml file into an xmldocument object?

0 Answers  


How does u handle this COM components developed in other programming languages in .NET?

0 Answers  


Categories