- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 97字
- 2021-07-08 09:38:57
Performance improvements
There have been additional increases to performance in ASP.NET Core that are not related to the improvements in .NET Core, which also help. The start-up time has been reduced by shipping binaries that have already been through the Just In Time compilation process.
Although not a new feature in ASP.NET Core 2, output caching is now available. In 1.0, only response caching was included, which simply sets the correct HTTP headers. In 1.1, an in-memory cache was added, and today, you can use local memory or a distributed cache kept in SQL Server or Redis.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Java逍遙游記
- Java開發入行真功夫
- Python面向對象編程:構建游戲和GUI
- Visual C#.NET程序設計
- .NET 3.5編程
- Serverless computing in Azure with .NET
- 大話Java:程序設計從入門到精通
- GameMaker Essentials
- 創意UI:Photoshop玩轉APP設計
- 算法設計與分析:基于C++編程語言的描述
- RESTful Web API Design with Node.js
- JBoss AS 7 Development
- 3D Printing Designs:Design an SD Card Holder
- HTML5 Boilerplate Web Development