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 differences between entity framework and l2s? : Entity framework
what is connection pooling
Where are the routing rules defined in an asp.net mvc application?
What is needed for running an application built on winfx on the .net framework 3.0?
What is connected scenario? : Entity framework
Where are the value-type variables allocated in the computer RAM ?
What is associationset? : Entity framework
What are the 3 main components of an asp.net mvc application?
What does a viewmodel do?
What is model first? : Entity framework
What is ViewData and TempData in ASP.Net MVC?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?