- 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.
- Practical Data Analysis Cookbook
- Node.js+Webpack開發實戰
- Python程序設計教程(第2版)
- PHP 從入門到項目實踐(超值版)
- CentOS 7 Server Deployment Cookbook
- C語言程序設計實訓教程
- Python進階編程:編寫更高效、優雅的Python代碼
- Python應用輕松入門
- Visual Basic程序設計實踐教程
- Serverless computing in Azure with .NET
- 零基礎Java學習筆記
- 微服務架構深度解析:原理、實踐與進階
- Learning Material Design
- App Inventor少兒趣味編程動手做
- Application Development with Parse using iOS SDK