- 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.
- 手機(jī)安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- 計(jì)算機(jī)網(wǎng)絡(luò)
- 自制編譯器
- 軟件測(cè)試項(xiàng)目實(shí)戰(zhàn)之性能測(cè)試篇
- Java Web及其框架技術(shù)
- Banana Pi Cookbook
- 鋒利的SQL(第2版)
- Mastering Rust
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- Spring Boot進(jìn)階:原理、實(shí)戰(zhàn)與面試題分析
- C語言程序設(shè)計(jì)
- Python語言實(shí)用教程
- 一本書講透Java線程:原理與實(shí)踐
- ArcGIS for Desktop Cookbook
- FPGA嵌入式項(xiàng)目開發(fā)實(shí)戰(zhàn)