|
113 | 113 |
|
114 | 114 |
|
115 | 115 | ###What is MVC (Model view controller)?
|
| 116 | + |
| 117 | + |
116 | 118 | Model–view–controller (MVC) is a software architectural pattern for implementing user interfaces. It divides a given software application into three interconnected parts, so as to separate internal representation of information from the way that information is presented to or accepted from the user.
|
117 | 119 | 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 authentications. The MVC framework is defined in the System.Web.Mvc assembly. It provides full control over HTML, JavaScript and CSS. It's the better as well as a recommended approach for large-scale applications where various teams are working together.
|
118 | 120 | MVC is a framework for building web applications using a MVC (Model View Controller) design:
|
|
0 commit comments