- 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.
- DevOps:軟件架構(gòu)師行動(dòng)指南
- Boost.Asio C++ Network Programming(Second Edition)
- Learning C# by Developing Games with Unity 2020
- Visual Basic程序設(shè)計(jì)教程
- Network Automation Cookbook
- OpenCV for Secret Agents
- Hands-On Enterprise Automation with Python.
- 深入理解Elasticsearch(原書第3版)
- Visual C#通用范例開發(fā)金典
- 一塊面包板玩轉(zhuǎn)Arduino編程
- 移動(dòng)增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- Advanced UFT 12 for Test Engineers Cookbook
- INSTANT JQuery Flot Visual Data Analysis
- C++17 By Example
- HTML5 WebSocket權(quán)威指南