Author: Benjamin Perkins

Resetting FTP password, using Publish Profile credentials, Azure App Service

Azure App Service Benjamin Perkins

If you have ever tried to reset your deployment credentials for your Azure App Service then you would likely experience this:  “User name is not available”, as seen in Figure 1. #GermanCloud Figure 1, user name is not available when changing FTP password azure app service To workaround that, use a different username, I.e. temporarily […]

Read More →

How (I) configured an App Service Certificate for my Azure App Service

Azure App Service Benjamin Perkins

Here is some good information about the App Service Certificates.  Like custom domain names, you can also purchase SSL certificates from within the Azure portal here.  I was working with a customer who was having some problems with the configuration and decided to walk through the configuration myself, and like always, will document and share […]

Read More →

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 →