- 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.
- 新編Visual Basic程序設(shè)計上機實驗教程
- Getting Started with Gulp(Second Edition)
- Arduino by Example
- Oracle Database In-Memory(架構(gòu)與實踐)
- 架構(gòu)不再難(全5冊)
- Essential Angular
- Big Data Analytics
- Learning Vaadin 7(Second Edition)
- 組態(tài)軟件技術(shù)與應(yīng)用
- 響應(yīng)式架構(gòu):消息模式Actor實現(xiàn)與Scala、Akka應(yīng)用集成
- Mastering Git
- INSTANT Yii 1.1 Application Development Starter
- 動手打造深度學(xué)習(xí)框架
- Java 9 with JShell
- Python Business Intelligence Cookbook