- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 169字
- 2021-07-03 00:11:49
Introduction
C# 7.0 brings a lot of new functionality to the C# language. If you were left wanting more after the release of C# 6.0, then C# 7.0 will not disappoint you at all. It focuses on consuming data, simplifying code, and improving performance. Mads Torgersen who is the C# Program Manager noted that C# 7.0's biggest feature by far is Tuples. The other is pattern matching. These two features (as well as the others) were met with enthusiasm from C# developers worldwide. It is, therefore, no guess that developers will immediately start implementing these new features introduced in C# 7.0. It will, therefore, be very beneficial to get to grips with what C# 7.0 has to offer and implement the new language features in your development projects as soon as possible.
Throughout this book, I will be using the release candidate of Visual Studio 2017. Some features and methods of doing things might change between the time of writing and the final release of Visual Studio 2017.
- Oracle WebLogic Server 12c:First Look
- HTML5移動Web開發技術
- C++程序設計(第3版)
- 數據庫程序員面試筆試真題與解析
- C程序設計簡明教程(第二版)
- Visual FoxPro程序設計教程(第3版)
- 算法零基礎一本通(Python版)
- Git高手之路
- MATLAB定量決策五大類問題
- Learning FuelPHP for Effective PHP Development
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Mastering Akka
- UI設計全書(全彩)
- .NET 4.5 Parallel Extensions Cookbook
- Kotlin程序員面試算法寶典