Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

ASP.NET MVC (Model-View-Controller) is a web development framework from Microsoft that is built on top of the .NET Framework. It is used to build web applications, and it provides a way to organize code by separating it into three parts: the Model, the View, and the Controller. The Model represents the data and the logic that works with it; the View displays the data to the user; and the Controller handles user input and updates the Model accordingly. An ASP.NET MVC project is a Visual Studio project that uses this framework and includes an initial set of files and folders to help organize and build the application.