- 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.
- 數(shù)字媒體應(yīng)用教程
- Mastering AWS Lambda
- Game Programming Using Qt Beginner's Guide
- Java應(yīng)用開發(fā)技術(shù)實例教程
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計
- C++面向?qū)ο蟪绦蛟O(shè)計習(xí)題解答與上機(jī)指導(dǎo)(第三版)
- Getting Started with LLVM Core Libraries
- Instant Lucene.NET
- GameMaker Essentials
- Scala編程實戰(zhàn)
- Oracle實用教程
- Mastering Object:Oriented Python(Second Edition)
- Dart:Scalable Application Development
- Developing RESTful Web Services with Jersey 2.0
- Visual C++網(wǎng)絡(luò)編程教程(Visual Studio 2010平臺)