Fun With Custom Interpolated String Handlers

Fun With Custom Interpolated String Handlers

The evolution of .NET has provided developers with different avenues to experiment with ideas in their codebase. Sometimes those are good ideas, and sometimes they’re just fun ideas. For example, today’s blog post is inspired by a Twitter thread and...

Continue Reading

C# Converting Bytes To Kilobytes and Beyond

C# Converting Bytes To Kilobytes and Beyond

I’ve never been particularly good at math. Sometimes, the numbers get challenging to keep straight, especially when moving in orders of magnitude from one value to another. But, when working with large numbers, I typically codify conversion code to help...

Continue Reading

.NET Debugger.Launch for macOS and Linux

.NET Debugger.Launch for macOS and Linux

While we’re all benefiting from the push towards “One .NET”, the reality is that there will always be differences in operating systems. Windows, macOS, and Linux are, in fact, different operating systems and have their advantages and disadvantages. The difference...

Continue Reading