top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Which assembly is used to define the MVC framework and Why ?

+5 votes
397 views
Which assembly is used to define the MVC framework and Why ?
posted Sep 2, 2015 by Shivaranjini

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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.

answer Sep 8, 2015 by Manikandan J
...