My experience of the 6th annual Umbraco UK Festival in London
My thoughts and feelings around the 6th UK Umbraco Festival in London, which gets bigger and better every year. A truly inspiring event and a great reflection of the Umbraco community.
My thoughts and feelings around the 6th UK Umbraco Festival in London, which gets bigger and better every year. A truly inspiring event and a great reflection of the Umbraco community.
If you're an ASP.NET developer then sooner or later you will come across an occasion when you want to manipulate or parse values from the current request's querystring. To make this easier I developed a small C# library that enables developers to easily manipulate the querystring collection.
Diplo Link Checker is a free package for Umbraco 7 CMS that I developed. It allows an editor to easily check their Umbraco site for broken or problematic links.
If you are a C# developer then you'll be familiar with LINQ (Language-Integrated Query). In this post I provide some examples of how you can perform equivalent functions in JavaScript.
This post explains how you can create C# extension methods to make querying Umbraco's IPublishedContent more intuitive and seamless. It also includes some examples of methods I commonly use in my projects.