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

what is assembly?

2 Answers   Manhattan,


What is use of ContextUtil class?

1 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


Without UDDI, is it possible to access a remote web service ?

1 Answers   RR, TCS, Tech Mahindra,


Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above

1 Answers   CTS, Value Labs,






What is an EXE?

1 Answers  


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

0 Answers  


Dot Net is Platform Independent or Platform Dependent..?

2 Answers  


What is managed code and managed data in .net?

0 Answers  


What is use of ContextUtil class?

1 Answers  


What is the difference between response.redirect & server.transfer?

0 Answers  


What are possible implementations of distributed applications in .NET?

1 Answers  


Categories