C# Test using OpenTelemetry traces in Asp.Net Taking advantage of our OpenTelemetry tracing to easily test behavior that is otherwise very hard to observe
Letterbook Featured Letterbook We build tools, but we are also shaped by the affordances of those tools. I'm building Letterbook. I would like it if you join me.
C# FizzBuzz? Really? Yes, it's FizzBuzz, but without the modulo! Exploring FizzBuzz as an interview exercise, and implemented like the children's counting game that inspired it.
C# Maybe don't use StringBuilder So, should you use StringBuilder? Yes, sometimes. It depends on what your data is like, and what you're optimizing for.