- Mastering Visual Studio 2017
- Kunal Chowdhury
- 150字
- 2021-07-15 17:26:37
What is New in C# 7.0?
C# is a simple, modern, object-oriented programming language with support for component-oriented programming. It constructs robust applications using automatic garbage collection of unused objects, proper exception handling, and type-safe design.
Along with Visual Studio 2017, Microsoft introduces the next version of C#, that is, C# 7.0, which provides several changes and new features for developers to build rapid and robust applications without spending more time on code.
In this chapter, we will learn about the following new features introduced in C# 7.0, guided through the code:
- Local functions or nested functions
- Literal improvements in C# 7.0
- The new digit separators
- Getting to know about pattern matching
- The ref returns and locals
- New changes to tuples
- Changes to the throw expression
- Changes to Expression-bodied members
- New changes to the out variables
- Getting to know about the Deconstruction syntax
- Uses of the generalized async return types
推薦閱讀
- 數(shù)據(jù)結(jié)構(gòu)與算法JavaScript描述
- Practical Windows Forensics
- Mastering Scientific Computing with R
- 青少年P(guān)ython編程入門
- Visual C#.NET程序設(shè)計(jì)
- PHP 7+MySQL 8動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)從入門到精通(視頻教學(xué)版)
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- Swift語(yǔ)言實(shí)戰(zhàn)晉級(jí)
- 從0到1:HTML5 Canvas動(dòng)畫開(kāi)發(fā)
- Android編程權(quán)威指南(第4版)
- Mastering Drupal 8
- 輕松學(xué)Scratch 3.0 少兒編程(全彩)
- AI輔助編程Python實(shí)戰(zhàn):基于GitHub Copilot和ChatGPT
- jQuery EasyUI從零開(kāi)始學(xué)