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