|
110 | 110 |
|
111 | 111 |
|
112 | 112 | ###ASP.NET MVC
|
113 | | -Question : ###What is MVC (Model view controller)? |
| 113 | + |
| 114 | + |
| 115 | +###What is MVC (Model view controller)? |
114 | 116 | 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.
|
115 | 117 | 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.
|
116 | 118 | MVC is a framework for building web applications using a MVC (Model View Controller) design:
|
|
0 commit comments