- 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.
- C語言程序設(shè)計(第3版)
- PHP程序設(shè)計(慕課版)
- Full-Stack React Projects
- ArcGIS By Example
- C/C++程序員面試指南
- Creating Stunning Dashboards with QlikView
- 動手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- Java SE實踐教程
- 開源項目成功之道
- 分布式數(shù)據(jù)庫原理、架構(gòu)與實踐
- Julia High Performance(Second Edition)
- 原型設(shè)計:打造成功產(chǎn)品的實用方法及實踐
- SCRATCH編程課:我的游戲我做主
- HikariCP數(shù)據(jù)庫連接池實戰(zhàn)
- 系統(tǒng)分析師UML用例實戰(zhàn)