What is Asp.Net MVC?

Wiki Article

The Model View and Controller (MVC) architecture pattern divides an application into 3 main elements:
the model, the view and the controller.The MVC framework for ASP.NET gives another feature to the ASP.NET which is different from
the traditional Web Forms pattern for creating MVC Web based applications. The MVC framework is lightweight, extremely
testable type of framework that is integrated with the modern styles of ASP.NET features like master pages, and
authentication based upon membership-based.This framework resides in the System.Web.Mvc namespace and is a main
as well as the most usable component of the System.Web namespace.
It is a standardized design pattern that attracts many developers who are already familiar with. Other sort of
Web based applications can take benefits from the MVC framework.
Others may still follow the use of traditional ASP.NET pattern that includes Web Forms and postbacks.
Both MVC and Webforms can be used interchangeably either parallel or separate.

Article written by attribution free bootstrap 5 themes

Report this wiki page