Book Image

Getting Started with Visual Studio 2017, C# 7.0, and Source Control [Video]

By : Kunal Chowdhury
Book Image

Getting Started with Visual Studio 2017, C# 7.0, and Source Control [Video]

By: Kunal Chowdhury

Overview of this book

<p><span id="description" class="sugar_field">Visual Studio 2017 is the all-new IDE released by Microsoft for developers, targeting Microsoft and other platforms to build stunning Windows and web apps. Learning how to effectively use this technology can enhance your productivity while simplifying your most common tasks, allowing you more time to focus on your project. </span></p> <p><span id="description" class="sugar_field">With this video, you will learn not only what VS2017 offers, but also what it takes to put it to work for your projects.Visual Studio 2017 is packed with improvements that increase productivity, and this video will get you started with the new features introduced in Visual Studio 2017 IDE and C# 7.0. Finally, you'll look at Source Control repositories.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This comprehensive guide covers the advanced and latest features of Visual Studio 2017 and communicates them through a practical approach to explore the underlying concepts of how, when, and why to use it.</span></span></p>
Table of Contents (3 chapters)
Chapter 2
What’s New in C# 7.0?
Content Locked
Section 6
Deconstruction Syntax
Deconstruction is a syntax to split a value into multiple parts and store those parts individually into new variables. For example, tuples that return multiple values. - Return a tuple with of two string variables - Look at the uses of the generalized async return types