Blogs
Check out my .NET and Umbraco related blogs.
Check out my .NET and Umbraco related blogs.
On the 13th of december I attended Umbraco Community Day in person as a speaker and just hanging out behind the scenes.
At 28 september 2023 there was another edition of the Dutch Umbraco Fest organized by the Dutch User Umbraco Group. This year I was also a speaker at the event.
Statically generating websites has been a trend for a while but is often overlooked as an strategy to avoid costs. In this blog post I will explain how I have converted this very website in to a statically generated one, making my hosting free. And it only took me under an hour.
From 13 till 17 June I had the privilege to attend Codegarden in Odense, Denmark with my colleagues and here are my personal highlights from this wonderful week.
When talking about DDD you might've heard of value objects. What are they and how can we use them?
On the 19th of January in 2023 I did a talk about Headless and MVC with Umbraco on Umbraco Community Day.
With .NET 7 we've also had the introduction of the Regex Generator attribute which focusses on regex performance by generating code. Let's take a look on how to use it.
The C# language has partial classes, but did you know it also has partial methods?
A nice thing that Roslyn (the compiler platform for .NET) offers is static code analysis. We can use this to our advantage to keep the project maintainable and in line with our code style.
The Content Security Policy is used by the browser to see which sources of data are allowed. This is an extra security layer that you should add to your website.
Every ASP.NET Core request has a cancellation token. But a lot of the times we forget to parse it down the call stack. Here's how and why we should do it.
Small things to greatly improve the editing experience of content editors which don't take much time to edit.
We all know the chunky code that was previously needed to render attributes conditionally. I'll show you a better way. Out with the old, in with the new.