
Error 0x800F0954 installing .NET 3.5 on Windows 10
If you’re experiencing error 0x800F0954 when trying to install .NET 2.0 and 3.5 on Windows 10, and you’re in a domain environment, then a simple
September 30, 2019 No Comments

Importing a CSV file into Azure SQL with Azure Functions
Importing CSV files into Azure SQL is quick and easy using Azure Functions. By utilising LinqToSQL, reading and serialising each line of the CSV into
June 6, 2019 1 Comment

Azure Functions not showing all executions under Monitoring
I recently deployed a very simple Azure Functions 2.0 project from Visual Studio 2019 that contained a single timer triggered function. The function had a
June 5, 2019 No Comments

Preview a website before changing DNS without a temporary URL
Setting up a new website on a new server or with a different hosting provider while the existing website is still live presents some challenges.
April 9, 2019 No Comments

Lower case URLs in ASP.NET Core
Every time I start a new ASP.NET project, I forget the function required to ensure that all links generated out of ASP.NET are lowercase. So
April 3, 2019 1 Comment