- C# Programming Cookbook
- Dirk Strauss
- 65字
- 2021-07-14 11:08:39
Chapter 1. New Features in C# 6.0
In this chapter, we will cover the following recipes with regard to the new features of C# 6.0:
- Creating your Visual Studio project
- String interpolation
- Null-conditional operator
- Initializers for auto-implemented properties and getter-only auto properties
- Index initializers
- The
nameof
expressions - Expression-bodied functions and properties
- Using
static
- Exception filters
- Using
await
operator incatch
andfinally
blocks
推薦閱讀
- C++ Primer習題集(第5版)
- Oracle從入門到精通(第3版)
- Qt 5 and OpenCV 4 Computer Vision Projects
- Hyper-V 2016 Best Practices
- Learn to Create WordPress Themes by Building 5 Projects
- 樂學Web編程:網站制作不神秘
- 深入淺出Spring Boot 2.x
- Learning AndEngine
- Python時間序列預測
- C語言課程設計
- Kotlin從基礎到實戰
- 劍指Java:核心原理與應用實踐
- MySQL從入門到精通(軟件開發視頻大講堂)
- Python機器學習:預測分析核心算法
- Scala for Machine Learning(Second Edition)