- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 161字
- 2021-07-08 09:39:00
Summary
In this introductory chapter, you saw a brief but high-level summary of what has changed in .NET Core 2 and ASP.NET Core 2, compared to previous versions. Now, you are also aware of .NET Standard 2 and what it is for.
We showed examples of some of the new features available in C# 6 and C# 7. These can be very useful in letting you write more with less and in making your code more readable and easier to maintain.
Finally, we touched upon JavaScript as it is ubiquitous, and this is a book about web apps after all. Moreover, this is a book on general web application performance improvements, and many of the lessons are applicable regardless of the language or framework used.
In the next chapter, you'll see why performance matters and learn how the new .NET Core stack fits together. We will also see the tools that are available and learn about hardware performance with a graph.
- Instant Testing with CasperJS
- Web應用系統開發實踐(C#)
- 微信公眾平臺與小程序開發:從零搭建整套系統
- Java范例大全
- The Android Game Developer's Handbook
- Linux C/C++服務器開發實踐
- Mastering Python Networking
- Oracle Exadata專家手冊
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Java SE實踐教程
- Xcode 6 Essentials
- Learning Splunk Web Framework
- Hadoop大數據分析技術
- Django Design Patterns and Best Practices