Blog posts

130 results found

130 results in DevOps, Umbraco, Videos

umbraco Tips for going to Codegarden

Here are some tips about going to Codegarden that you will learn from going yourself, but you will benefit from if you find them out before you go.

umbraco How to fix the error when a user is deleted in Umbraco v7

This is a simple and specific example for when someone has deleted a user in Umbraco 7 and now the pages aren't loading in the backoffice.

umbraco How to create a custom section and dashboard in Umbraco 8

In this post I share some code with you that I used to create a custom section and dashboard in Umbraco 8.

umbraco How to serve content for legacy .html urls in an Umbraco 8 site

In this post I share some code to help you serve content in your umbraco site where you have stored a legacy .html urls as a property on your content items in umbraco.

umbraco How to send emails in Umbraco 9 using IEmailSender

In this post I show you how to send emails in Umbraco 9

umbraco How to create a NuGet package for a simple App_Plugin style Umbraco v9 package

In this post I will show you what is required to create a NuGet package out of an App_Plugin type package which doesn't have any .NET code.

umbraco Umbraco 9 Useful Snippets

Just a reference post for me to use when working with Umbraco v9

umbraco 100 Days Of Umbraco Day 1

I have decided to set myself a challenge of doing 100 days of code, but based on Umbraco.

umbraco How to do CRUD operations with NPoco in Umbraco 8

How to do CRUD operations with NPoco in Umbraco 8

umbraco How to get the current logged in user in an Umbraco Content Service Saving event

This post gives you an example of how to get the current logged in umbraco user during the contentservice_saving event

umbraco How to stop someone changing the name of an Umbraco page

This post shows you how you can stop someone changing the name of a page in Umbraco

umbraco How to resolve the error 'The service is unavailable' when trying to upgrade Umbraco

This post shows you how to resolve the error 'The service is unavailable' when trying to upgrade Umbraco