If Controller is not there in MVC Pattern what happens?
Answer Posted / 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 View All Answers
What is page life cycle?
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?
Explain the role of assembly in the .net framework.
how do you query in entity model when the result has a join from from different database other than the entity model?
When will the .net framework 3.0 be released?
why DotNetFramework is included in building a software
What are the advantages of mvc over asp.net?
Do you know about the new features in ASP.Net MVC 4 ?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What are the 2 popular asp.net mvc view engines?
Mention some action filters which are used regularly in ASP.Net MVC?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What does mvvm mean?
What is session state management?
What is code first? : Entity framework