Posted by Unknown | 0 comments

We deliver Technology by solving the toughest Challanges through the Innovative Ideas.

The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. 
The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications. The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and

 membership-based authentication. The MVC framework is defined in the System.Web.Mvc assembly.
MVC design pattern

Model View Controller design pattern MVC is a standard design pattern that many developers are familiar with. Some types of Web applications will benefit from the MVC framework.
 Others will continue to use the traditional ASP.NET application pattern that is based on Web Forms and postbacks. Other types of Web applications will combine the two approaches; neither approach excludes the other.

0 comments: