
Speaking at Future Tech NL 2025
Two weeks ago, I had an exciting milestone in my career. I gave my first international talk at Future Tech NL in the Netherlands!
Read More
Options pattern
In our previous post , we explored the basics of .NET’s configuration system. When using configuration in your application, you’ve probably found yourself calling configuration["SomeKey"] over and over again while worrying about typos or missing keys.
Read More
.NET Configuration
If you’ve been working with .NET for a while, chances are you’ve used the configuration system to load settings from appsettings.
Read More
Introduction to Microsoft Orleans
One of the frameworks in the .NET ecosystem that doesn’t get as much attention as it should get, is Microsoft Orleans.
Read More
New Pluralsight course released
I’m excited to announce the release of my new Pluralsight course, Working with Local and Remote Data in .
Read More
Using the Strategy Pattern with Dependency Injection
In software development, design patterns are essential tools that help solve common problems efficiently. One frequently used pattern is the Strategy Pattern, which allows you to select an algorithm at runtime.
Read More