Blog
2017
Better task scheduling in Umbraco
ScheduledTasks are an antiquated way of handling scheduling events in .NET. Here's three better solutions you should be considering instead.
The best Umbraco packages of 2017
Discover some of the best Umbraco packages which can help you build Umbraco websites.
Umbraco Review 2017. Developing Websites With Umbraco
For three years I have been using Umbraco as my Content Management System (CMS) for developing websites. This is a review of what’s good, and what could do with improvement within the Umbraco CMS.
2016
Making Umbraco Nodes with the Models Builder
In my latest Umbraco website built I have been getting friendly with the new Models Builder that is included by default. In this post I show how the Models Builder can be used with the Content Service to create new Umbraco nodes programmatically.
Caching Umbraco web API controllers
Caching improves load time for everyone. Here I explain how easily make caching work with Web API controllers.