c#

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