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 is connected scenario? : Entity framework
Briefly describe the roles of clr in .net framework?
exe abrevatiom
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
What is latest version of .net framework?
Difference between ASP.NET MVC and ASP.NET WebForms?
Where does web.config info stored? Will this be stored in the registry ?
1 Answers Accenture, BirlaSoft,
creating crystal reports in asp.net & vb.net
what is entity data model?
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?
How does work clr?
Define the core components of an ASP.NET MVC application?