One of the folks over at NDepend reached out to me to provide a license for their product; let’s do some exploring!
One of the folks over at NDepend reached out to me to provide a license for their product; let’s do some exploring!
The decorator pattern is a structural design pattern that can be used to add functionality to classes without modifying the original class or its interface.
Previously I wrote about creating Health Checks for Microsoft Orleans, but the JSON response was too minimal. In this post we’ll see about prettifying that output!
Health Checks are a means of seeing how a system is running at the time of performing the check. Let’s see how we can apply them to Orleans!
The builder is a creational pattern that can be used to construct “more complex” objects, without having to directly new them up in calling code.
Working with the IHostBuilder introduced to .netcore has been an overall pleasant experience… until I needed configuration from appsettings for app bootstrapping. Luckily, there’s still a way to do it!
The factory is a creational pattern that can be used to retrieve instances of objects, without having to new them up directly in calling code.
The strategy pattern is one of the first patterns I learned, and it leads into at least one other pattern that I used constantly! Let’s do this thing!
I was recently interviewed by GaProgMan for his show “The .NET Core Podcast”!
Update your browser to view this website correctly. Update my browser now