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
Explain memory-mapped files.
Explain dataset.acceptchanges and dataadapter.update methods in .net?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What is namespaces in .net?
What is Full trust permission set in .Net
What is a metadata in .net?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What is Event Bubbling in .NET?
How we can achieve Connection pooling in .Net?
Define code access security (cas)?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What does mean by .net framework?
how can i create a table from front end to back end in wabe page?
Explain how to load the contents of an xml file into an xmldocument object?
What are the two main parts of the .net framework?