- 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.
推薦閱讀
- Java逍遙游記
- Building a RESTful Web Service with Spring
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- C語言程序設(shè)計(jì)
- Practical Game Design
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Serverless架構(gòu)
- Python時(shí)間序列預(yù)測
- Java EE 8 Application Development
- RSpec Essentials
- 深入理解C指針
- Appcelerator Titanium:Patterns and Best Practices
- 用Go語言自制編譯器
- LiveCode Mobile Development Hotshot
- Programming MapReduce with Scalding