If Controller is not there in MVC Pattern what happens?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / deepika
Every View definition in Web.config requires a Controller.
So atleast one Controller is required in MVC architecture
without which there is no sense in using MVC
| Is This Answer Correct ? | 0 Yes | 1 No |
what are the aggregate functions in ASP.NET?
What is the "helperpage.isajax" property?
Does razor engine supports for tdd?
What is different between User Control and Web Control and Custom Control?
Explain the 'page lifecycle' of an ASP.NET MVC?
Explain something about model, view and controllers in asp.net mvc?
If you are using components in your application, how can you handle exceptions raised in a component ?
4 Answers Accenture, BirlaSoft,
Is any files are generated,when we are adding the web reference to the web service?
Difference between Dispose and Finalize method
Does .NET Framework support SAX?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Explain peek method in tempdata in asp.net mvc?