- 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.
推薦閱讀
- LaTeX Cookbook
- Getting started with Google Guava
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- iOS 9 Game Development Essentials
- Learning Python Design Patterns(Second Edition)
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Learning FuelPHP for Effective PHP Development
- JBoss:Developer's Guide
- QGIS 2 Cookbook
- Learning VMware vSphere
- Anaconda數據科學實戰
- 交互設計師成長手冊:從零開始學交互
- iOS Development with Xamarin Cookbook
- Python實戰指南:手把手教你掌握300個精彩案例
- Testing Practitioner Handbook