Model View Controller (MVC) Question: What are the 3 main components of an ASP.NET MVC application? MVC Interview QuestionAnswer: 1. M - Model2. V - View3. C - Controller Previous QuestionNext QuestionTell 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?