Tags: Visual Studio

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 →

Visual Studio Tool for Azure Functions

Azure Functions Benjamin Perkins

I wrote a short post about the debugging Azure Functions in Visual Studio feature here. There was a new video posted about it below. #AzureFunctions Visual Studio Tools for Azure Functions Cool stuff. Here are some other interesting links: Visual Studio Tools for Azure Functions Visual Studio Tools for Azure Functions Video Azure Functions Challenge […]

Read More →

How to deploy an ASP.NET Core 1.1 application to an Azure App Services Web App using Visual Studio 2017

Azure App Service Benjamin Perkins

If you received a 404 after deploying your ASP.NET Core 1.1 application, see the end of this article in section “404 when accessing ASP.NET Core 1.1” do find out a solution and the reason. The deployment of an ASP.NET Core 1.1 Web API or Web Application is achievable following these steps: Create the Solution / […]

Read More →