Migrating Umbraco Forms from 7 to modern
A small walkthrough of migrating Umbraco Forms from V7 to modern Umbraco.…
A small walkthrough of migrating Umbraco Forms from V7 to modern Umbraco.…
Ever wanted to unit test your url rewrite configuration before adding it in production? Here's how to get it done with .net 6.…
How to brush up a Windows interop API with Dispose instead of ReleaseComObject and exception throwing instead of old-style integer return codes. A primer in Castle DynamicProxy use.…
Here's how I use Excel, pivot and PowerQuery to analyze several W3C log files from Azure App Services, stored in Azure Storage blobs. Once you get the hang of it it's just a few minutes to set up.…
When integrating with APIs all over the internet, it's nice to be able to run tests fast without actually calling the third parties. Here's a bunch of tricks I employ to stub at the very frontier of my network communication.…
The ContentList package have been updated with some new features on search and theme control. There's also a new plugin to list RSS feeds easily. Read all about it here.…
There is a lack of backoffice styling options for the Umbraco grid. Here's a package that allows for extensive WYSIWYG styling of the grid.…
Since the grid was launched at the CG talk "The sky is the limit" back in 2015 (i think), it has been a joy to use for editors, designers and developers alike. However, it's still just a white canvas with "settings applied". Here's some thoughts!…
Ever wanted your editors to add all those different lists to their pages themselves? Now you can, without adding new macros or grid editors or whatnot every time.…
Ever wanted to link ARM templates without having to push them to a storage account first? Here's a PowerShell tool that lets you do that.…