- Learning .NET High:performance Programming
- Antonio Esposito
- 120字
- 2021-07-16 13:51:57
Architecture comparison
In this section, we provide an analytical view on how different performance indicators relate to different solutions, based on the architectures that we have just discussed.
The two excellent architectures are the 2-tier ASP.NET MVC-based architecture, which is the best performing in terms of latency, and SOA, which definitely wins in terms of scalability.
Another thing that is easily visible is the average low-level result that Web Forms obtains about any performance indicator. Here, the age of the framework (released in 2001) acts as the main bottleneck, together with the RAD approach made to help shorten time release, thus killing long-term maintenance and the life cycle of the whole application.

The architectures just analyzed compared with performance results
- Vue.js 3.x快速入門
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Extending Jenkins
- Visual Basic 6.0程序設計計算機組裝與維修
- Vue.js 3.0源碼解析(微課視頻版)
- 編寫高質量代碼:改善C程序代碼的125個建議
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Unity 2018 Shaders and Effects Cookbook
- Mastering Akka
- 移動增值應用開發技術導論
- Lift Application Development Cookbook
- Web Developer's Reference Guide
- Getting Started with Hazelcast
- Kotlin核心編程