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 3
Working with Changes, Staging, and Commits
Git is all about taking a snapshot of your code to your repository, as and when you commit your changes. There are three stages/areas where Git tracks the changes as you continue working on your repository i.e unmodified, modified and staging. - Stage changes to local repository - Commit changes to the local repository - Discard uncommitted changes