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
What is the .net framework and how does it work?
What is iobjectset? : Entity framework
Explain the request flow in asp.net mvc framework?
What is the difference between tempdata and viewbag?
Explain Keep method in Tempdata in ASP.Net MVC?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is managed extensibility framework?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is entitytype? : Entity framework
Is it possible to cancel filter execution?
Mention the core components of .net framework?
How route table has been created in ASP.NET ASP.Net MVC?
What is ado.net data provider? : Entity framework
Which is the default http method for an action method?
Mention two instances where routing is not implemented or required?