0 votes
in MVC Language by

As an ASP.NET MVC is a framework for building web applications using a MVC (Model View Controller) ?

1 Answer

0 votes
by
A Model , which represents the underlying, logical structure of data in a software application and the high-level class associated with it. This object model does not contain any information about the user interface.

A View , which is a collection of classes representing the elements in the user interface (all of the things the user can see and respond to on the screen, such as buttons, display boxes, and so forth)

A Controller , which represents the classes connecting the model and the view, and is used to communicate between classes in the model and view. The MVC model also provides full control over HTML, CSS, and JavaScript.

Related questions

0 votes
asked Aug 18, 2019 in MVC Language by rahulsharma
0 votes
asked Aug 18, 2019 in MVC Language by rahulsharma
...