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 |
Please explain what is immutability, what is it for and how is it codified?
Can "this" be used within a static method?
Dynamic Fonts
Is it possible implement webservices without SOAP?
Explain the .net framework overview?
What do you mean by web service?
What is the use of common language runtime?
How to view a .NET assembly?
When we go for html server controls and when we go for web server controls?
Please explain the difference between constants and read-only variables?
What are the differences between an interface and an abstract class in .net?
What is the use of system.diagnostics.process class in .net?