What are the benefits of Model-View-Controller Architecture?
Answer Posted / 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 View All Answers
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
Do you know what is the difference between an abstract class and an interface?
Explain me how does linq work?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is managed code and managed data in .net?
Explain the difference between asp.net & vb.net and explain architecture?
What is the use of UML in .Net
Explain how does assembly versioning work?
How to debug failed assembly binds?
What is a .net class?
Explain about the Common Language Runtime?
Explain me what is encapsulation?
Difference between dispose and finallize method?
Do you know what is .net standard?
What are the main components in .net?