Tags: C#

Setting up and using GitHub in Visual Studio 2017

Visual Studio Benjamin Perkins

I wrote this article here about setting up GitHub in Visual Studio 2015 and felt it necessary to document the same in Visual Studio 2017.  Here is how I setup GitHub source code management in Visual Studio 2017 Community. Install the GitHub extension for Visual Studio Create your GitHub repo and then login Create a […]

Read More →

How to enable C# 7 in Visual Studio 2017

Visual Studio Benjamin Perkins

I was working with Visual Studio 2017 and found that 4.6.2 is not installed as default yet, so I wrote this article here about that.  In that article I also point out that you need to install the System.ValueType NuGet package to the Tuples capabilities to work. This time I wanted to get the Pattern […]

Read More →