- 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.
- 玩轉(zhuǎn)Scratch少兒趣味編程
- JavaScript前端開發(fā)模塊化教程
- 自己動手實現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫
- Python編程完全入門教程
- Getting Started with SQL Server 2012 Cube Development
- TypeScript項目開發(fā)實戰(zhàn)
- 小程序開發(fā)原理與實戰(zhàn)
- Symfony2 Essentials
- Instant PHP Web Scraping
- 從零開始學(xué)Android開發(fā)
- TypeScript全棧開發(fā)
- Spark技術(shù)內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設(shè)計與實現(xiàn)原理
- C++服務(wù)器開發(fā)精髓
- Implementing Domain:Specific Languages with Xtext and Xtend
- Python人工智能項目實戰(zhàn)