If Controller is not there in MVC Pattern what happens?
Answer Posted / venu
If Controller is not there means, then there will not be
any control on which model to be executed on which view
etc.,
for example if your click event has only have to active the
datagrid load, then if controller is not there means it
will be loaded on all the cases i.e,. on page load as well
as every refresh.
in other words there will not be any publisher / subscriber
concept which will result in chaos.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How does �side by side� work for the .net framework 3.0?
What is rxjava used for?
what is entity sql?
What is Attribute Routing in ASP.Net MVC?
What is entity client data provider? : Entity framework
Why to use Html.Partial in ASP.Net MVC?
What is latest version of .net framework?
How to enable Attribute Routing?
Explain the role of assembly in the .net framework.
What is difference between razor and web form engine?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Explain the advantage of packaging over xcopy in .net?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is entity framework? : Entity framework
Is it possible to unit test an mvc application without running the controllers in an asp.net process?