- 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
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- LaTeX Cookbook
- Spring Boot開發與測試實戰
- Photoshop智能手機APP UI設計之道
- Visual Basic 6.0程序設計計算機組裝與維修
- Reactive Programming with Swift
- Python應用輕松入門
- Learn React with TypeScript 3
- R語言與網絡輿情處理
- Test-Driven Development with Django
- iPhone應用開發從入門到精通
- Visual Basic 6.0程序設計實驗教程
- OpenStack Networking Essentials
- Troubleshooting Citrix XenApp?
- Data Science Algorithms in a Week