ASP.NET MVC (Model View Controller) - DOT NET Chapter Wise Interview Questions Question 1: What is MVC? Answer: MVC is an architectural pattern which separates the representation and the user interaction. It’s divided in to three broader sections,“Model”, “View" and “Controller". Figure 6.1 shows is how each one of them handles the task. The “View” is responsible for … [Read more...]