- Mastering Visual Studio 2017
- Kunal Chowdhury
- 134字
- 2021-07-15 17:26:40
Summary
In this chapter, we have learned about the new features introduced in C# 7.0, along with the release of Visual Studio 2017. We have also demonstrated each of them with examples/code.
At a glance, we have learned about local or nested functions, literal improvements, the new digit separators, pattern matching, ref returns and locals, changes in tuples, changes to the throw expression, and expression-bodied members. We also learned about the new changes to the out variables, deconstruction syntax, and the uses of generalized async return types.
As we have become familiar with the features of C# 7.0, let's move on to the next chapter, where we will learn about building applications for Windows using Windows Presentation Foundation. We will also learn how to design a XAML UI, do data bindings, and much more.
- 數據庫程序員面試筆試真題與解析
- SQL學習指南(第3版)
- 跟小海龜學Python
- Processing互動編程藝術
- Haxe Game Development Essentials
- INSTANT Passbook App Development for iOS How-to
- 大模型RAG實戰:RAG原理、應用與系統構建
- 智能搜索和推薦系統:原理、算法與應用
- Learning Docker Networking
- Orleans:構建高性能分布式Actor服務
- 軟件測試技術
- MongoDB Administrator’s Guide
- 量子計算機編程:從入門到實踐
- Learning Google Apps Script
- Ionic Framework By Example