Archive for December, 2017

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 →

IIS on Nano server

IIS Benjamin Perkins

If you have not seen my full post about all the IIS 10 new features, check it out here. NOTE that is it not recommended to run IIS on Nano. Instead you should be using the self-hosted .NET Core scenario. See here for more information on Server Core with IIS. Also, if you have not […]

Read More →