Engineering solutions in the .NET space

Latest

Feb
23
Using YARP as a split testing tool

Using YARP as a split testing tool

This post assumes you have some knowledge or experience with YARP There are many ways, and many tools for testing
7 min read
Jan
29
DepthGuard. a.k.a "It seemed like a good idea at the time"

DepthGuard. a.k.a "It seemed like a good idea at the time"

Reviewing my biggest blunder as a software developer.
4 min read
Apr
01
Unit testing Finalizers in C#

Unit testing Finalizers in C#

Finalizers are generally non-deterministic. If you leave the GC to its job, it will finalize eligible objects at some point.
3 min read
Dec
07
Hosting Visual Studio Extensions on a private NuGet Gallery

Hosting Visual Studio Extensions on a private NuGet Gallery

NuGet [https://www.nuget.org/] is a great way of distributing software packages you use during development of your .NET
7 min read