- 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.
- Java編程指南:基礎知識、類庫應用及案例設計
- C語言實驗指導及習題解析
- Express Web Application Development
- Hands-On Nuxt.js Web Development
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Android應用開發深入學習實錄
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Software Development on the SAP HANA Platform
- 嵌入式C編程實戰
- 前端程序員面試算法寶典
- Slick2D Game Development
- Mastering React Test:Driven Development
- ASP.NET 4權威指南
- Ajax與jQuery程序設計
- Python程序設計教程