- ASP.NET Core 2 Fundamentals
- Onur Gumus Mugilan T. S. Ragupathi
- 161字
- 2021-07-23 17:09:43
ASP.NET MVC
ASP.NET MVC is the implementation of the MVC pattern in ASP.NET. The disadvantages of ASP.NET Web Forms which tried to mimic Windows development in the web environment, such as limited control over the generation of HTML, coupling with business code and UI code, hard-to-grasp, and complex page life cycle, are resolved in ASP.NET MVC. As most of the modern applications are controlled by client-side JavaScript libraries/frameworks, such as jQuery, KnockoutJS, AngularJS, and ReactJS, having complete control over the generated HTML is of paramount importance. As for Knockout, Angular, and React, these single-page libraries actually generate the HTML directly within the browser via their own template engines. In other words, the rendering is done in the browser rather than the server. This frees up server resources and it allows the web application to behave just like a disconnected application, as in mobile apps.
Let us talk a bit about the Model-View-Controller pattern and how it benefits the web application development.
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Mobile Application Development:JavaScript Frameworks
- 深入淺出Java虛擬機:JVM原理與實戰
- HTML5 Mobile Development Cookbook
- Java加密與解密的藝術(第2版)
- SQL for Data Analytics
- Java持續交付
- concrete5 Cookbook
- 青少年Python編程入門
- Elasticsearch Server(Third Edition)
- 大模型RAG實戰:RAG原理、應用與系統構建
- Mastering Android Development with Kotlin
- Test-Driven Machine Learning
- RocketMQ實戰與原理解析
- MySQL 8從零開始學(視頻教學版)