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
Can you set the unlimited length for "maxjsonlength" property in config?
What is razor code?
What is action methods in web api?
What is clr? How does work clr & wht is work of clr?
Can you please explain the request flow in ASP.NET MVC framework?
Explain how you can send the result back in JSON format in MVC?
How to Redirect Tracing to a File
What are the 2 popular asp.net mvc view engines?
what is .edmx file and what it contains?
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?
mention what is the difference between ado.net and classic ado?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
What is controllercontext?
What is the benefit of entity framework?