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

How to set the debug mode

1 Answers   4Cplus,


What is viewbag title?

0 Answers  


What you mean by routing in asp.net mvc?

0 Answers  


Can you explain the page life cycle of mvc?

0 Answers  


Where The Inheritence is useful?How we decide the situation of inheritence

2 Answers  






What is "out" parameter how it is used in methods?

6 Answers   Polaris,


Is any files are generated,when we are adding the web reference to the web service?

2 Answers  


i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources

0 Answers  


What does CLR do as soon as an assembly is created ?

2 Answers   MMTS,


Does .NET Framework support SAX?

0 Answers   Wipro,


How can you return string result from Action in ASP.Net MVC?

0 Answers  


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

0 Answers  


Categories