If Controller is not there in MVC Pattern what happens?

Answers were Sorted based on User's Feedback



If Controller is not there in MVC Pattern what happens?..

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

If Controller is not there in MVC Pattern what happens?..

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

Post New Answer

More Dot Net Framework Interview Questions

Explain what is the difference between view and partial view?

0 Answers  


What is objectset? : Entity framework

0 Answers  


what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Key and Unique Key?

7 Answers   FutureSoft,


What are HTML Helpers, AJAX Helpers in ASP.Net MVC?

0 Answers  


What is entitycontainer? : Entity framework

0 Answers  






What is Peek method in Tempdata in ASP.Net MVC?

0 Answers  


What is meant by domain model?

0 Answers  


What is oauth in web api?

0 Answers  


Can we have enum in entity framework?

0 Answers   Microsoft,


Is dapper faster than entity framework?

0 Answers  


What are the derived classes from xmlReader and xmlWriter

1 Answers  


How do I change the permission set for a code group

1 Answers   4Cplus,


Categories