Blog posts

259 results found

259 results in .NET, Dev, DevOps, Git, SQL, Umbraco

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

dev Regex to check if there are at least x number of digits in a phone number string

This post gives you a regex so you can check if there are at least x numbers in a string. This is ideal for phone number fields where you don't care about the format but you do want there to be some numbers.

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

umbraco How to fix the Umbraco Core Exceptions BootFailedException

This post shows you how you can possibly fix the BoolFailedException

umbraco How to map custom routes for Umbraco api controllers

In this post I show you how you can map custom routes for your Umbraco Api Controller.

web·sql 5 ways to harden your Azure Web App and SQL Database resources

5 ways to harden your Azure Web App and SQL Database resources

umbraco How to upload a file to Umbraco from a front end form

How to upload a file to Umbraco from a front end form

umbraco How to use a datatype to populate a dropdown list in Umbraco v8

In this post I share the code I wrote to get the values from dropdowns and it can be used for checkbox lists and radio button lists too.