Can you explain in which assembly is the MVC framework is defined?
2557
19-Jun-2019
Updated on 17-Sep-2020
The House Removals
20-Jun-2019The 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.