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 3
Working with Source Controls
Content Locked
Section 2
Working with Git Branches
A branch in Git is a lightweight movable pointer to the commits that you make. The name of the default branch is master. Whenever you make any commit, it automatically moves forward. - Create a new local branch - Switch to a different branch - Push a local branch to remote