- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 224字
- 2021-07-08 09:39:03
Summary
Let's sum up what we covered in this chapter and what we will cover in the next chapter. We introduced the concept of treating performance as a feature, and we covered why this is important. We also briefly touched on some common performance problems and why we often miss them in the software development process. We'll cover these in more detail later on in this book.
We showed the performance differences between various types of storage hardware. We highlighted the importance of knowing what your code runs on and, crucially, what it will run on when your users see it. We talked about how the process of scaling systems has changed from what it used to be, how scaling is now performed horizontally instead of vertically, and how you can take advantage of this in the creation of your code and systems. We showed you the tools that you can use and the licensing implications of some of them. We also explained the new world of .NET and how these latest frameworks fit in with the stable ones. We touched upon why measurement is vitally important.
In the next chapter, we will show you how to get started with ASP.NET Core 2 when using Windows, Mac, or Linux. We will also demonstrate how to use Docker containers to build and run your app.
- 零基礎(chǔ)學(xué)Scratch少兒編程:小學(xué)課本中的Scratch創(chuàng)意編程
- C#程序設(shè)計(慕課版)
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Spring Cloud、Nginx高并發(fā)核心編程
- Banana Pi Cookbook
- SharePoint Development with the SharePoint Framework
- Learn React with TypeScript 3
- Java高并發(fā)核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- C專家編程
- Python程序設(shè)計與算法基礎(chǔ)教程(第2版)(微課版)
- SQL Server 2016 從入門到實戰(zhàn)(視頻教學(xué)版)
- Spring Boot從入門到實戰(zhàn)
- Spring Boot學(xué)習(xí)指南:構(gòu)建云原生Java和Kotlin應(yīng)用程序
- Python量子計算實踐:基于Qiskit和IBM Quantum Experience平臺