RichardSoeteman.NET
A blog about random stuff in Umbraco and .NET development
SimpleStats for Umbraco
SimpleStats is a lightweight Umbraco backoffice package that tracks page views for your content and shows the results inside the CMS. There's no external analytics service, no JavaScript tracking snippet, and no cookie...
Read more →
Stop copy-pasting appsettings.json: configuring test sites in code
Every time I spin up a fresh copy of test site for one of my products , I need some blocks of JSON in appsettings.json to make sure everything is configured correctly what I usually forget. There is an easy way to...
Read more →
Automatically Filter Content Delivery API Content
The Content Delivery API is awesome for Headless solutions, or when you need some data from Umbraco in your application.
A few months ago I did a project where someone forgot to apply a filter for a date range to a req...
Read more →
Visualise Document JSON in Umbraco Content section
Umbraco CMS 16+ allows you to easily extend the backoffice with just a few lines typescript code. In this post I show you how you can add a JSON content viewer Workspace View for Admin users in the content section.
Read more →
Bye .NET Framework you've served me well
Today marks a great day. Umbraco 8 is out of support, which means my products are no longer supported on it either. This means I never have to use .NET Framework again and got me thinking about all the great mome...
Read more →