- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 281字
- 2021-07-08 09:39:00
JavaScript
You can't write a book on web applications without covering JavaScript. It is everywhere.
If you write a web app that does a full page load on every request and it's not a simple content site, then it will feel slow. However, users expect responsiveness.
If you are a backend developer, then you may think that you don't have to worry about this. However, if you are building an API, then you may want to make it easy to consume with JavaScript, and you will need to make sure that your JSON is correctly and quickly serialized.
Even if you are building a Single-Page Application (SPA) in JavaScript (or TypeScript) that runs in the browser, the server can still play a key role. You can use SPA services to run Angular or React on the server and generate the initial output. This can increase performance as the browser has something to render immediately. For example, there is a project called React.NET that integrates React with ASP.NET, and it supports ASP.NET Core.
If you have been struggling to keep up with the latest developments in the .NET world, then JavaScript is on another level. There seems to be something new almost every week, and this can lead to framework fatigue and a paradox of choice. There is so much to choose from that you don't know what to pick.
We will cover some of the more modern practices later in the book and show the improved performance that they can bring. We'll look at service workers and show how they can be used to move work into the background of a browser to make it feel more responsive to the user.
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- Learning Docker
- Django開發(fā)從入門到實(shí)踐
- Web Development with Django Cookbook
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- Learning ArcGIS Pro
- 網(wǎng)店設(shè)計(jì)看這本就夠了
- The DevOps 2.5 Toolkit
- PHP編程基礎(chǔ)與實(shí)例教程
- SQL Server實(shí)用教程(SQL Server 2008版)
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- Python程序設(shè)計(jì)與算法基礎(chǔ)教程(第2版)(微課版)
- AutoCAD基礎(chǔ)教程
- 虛擬現(xiàn)實(shí)建模與編程(SketchUp+OSG開發(fā)技術(shù))
- 少年小魚的魔法之旅:神奇的Python