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

Presentation at Visug: Can You Keep a .NET Secret? Managing Application Configuration with Azure

This week, I achieved something that had terrified me for years — I gave my very first public presentation at Visug.

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
Lindsey Broos

.NET Consultant at Team4Talent Belgium

Pluralsight author

Content crew of Techorama Belgium and the Netherlands

Runs Visug, The Visual Studio User Group in Belgium

latest posts
Options pattern
February 1, 2025
.NET Configuration
January 5, 2025
social