System.Web.Mvc assembly contains all classes and interfaces to support ASP.NET MVC Framework
Category: MVCInterviewQuestions
What is MVC design pattern?
MVC design pattern splits application into three main parts : Model, View and Controller Model– Model represents a set of classes which describe the business […]
