Can you explain in which assembly is the MVC framework is defined?
Ask by Anonymous User
Updated 17 Sep 2020
The MVC framework is defined through System.Web.Mvc assembly. This is because this is the only assembly which contains classes and interfaces that support the ASP.NET Model View Controller (MVC) framework for creating Web applications.