Hi, I am

Aaron Sadler

Umbraco Certified Master, C# / .Net Web Developer, Certified Azure Cloud Engineer & Dev Ops Engineer

Why do I blog?

Welcome to my dumping ground of useful Tips N Tricks, download links and anything I don't want to loose or I have found useful.

Exam passed 486: Developing ASP.NET MVC Web Applications
Microsoft Certified: Azure Fundamentals

Visual Studio update to 15.5.3 breaks donet core 2.0 solution

I came across an issue after updating my Visual Studio version to 15.5.3 which would cause my solution to throw an exception whenever it tried to access the database. System.IO.FileLoadException: '...

Read More

(UPDATED) Virgin Media Business - My installation journey

UPDATE 10PM 6/08/2018:Received an email from the only install manager interested in my case, telling me that they have had no contact from dispatch regarding Wednesday, but he has said he has booke...

Read More

Geting PreValues from Umbraco Data Type

I thought i would share the solution to getting the pre values from a Data Type, as the documentation for this on the Umbraco website seems to have been removed. The code below is an edited version...

Read More

Recursivly Include In Visual Studio

When ever i build with Umbraco i find that i have to manually include files / folders into Visual Studio to be able to edit them with intellisense. The is especially helpful when working with Views...

Read More

Umbraco Build Error - New Installation From NuGet

One really annoying bug yet to be solved on a fresh install of Umbraco from NuGet in Visual Studio is the following build error: CSC : warning AD0001: Analyzer 'Microsoft.CodeAnalysis.CSharp.Analyz...

Read More