Model View Controller (MVC) Question:
Download Questions PDF

What are the 3 main components of an ASP.NET MVC application?

Answer:

1. M - Model
2. V - View
3. C - Controller

Download MVC Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me in other mvc systems, the rule is fat models, skinny controllers. ie the business logic goes in the models and all controllers do is load/save models and load/kill views. is this the extjs way?In which assembly is the MVC framework defined?