ASP.NET Docker Gotchas and Workarounds

ASP.NET Docker Gotchas and Workarounds

I’ve recently been working with Docker deployments to get my ASP.NET Core applications into the hands of more developers. The whole experience has been generally positive, and it is reminiscent of the early days of Git deployments. Write some code,...

Continue Reading

Compress Strings With .NET and C#

Compress Strings With .NET and C#

Modern development has an abundance of processing power, network bandwidth, and disk space. Given our current fortunes, we should spend these resources like there’s no tomorrow, right? Well, no! We should be mindful of our resource utilization and how it...

Continue Reading

Interesting Technology Tips - Vol. 1

Interesting Technology Tips - Vol. 1

Sometimes, in my research, I come across helpful and great tips to keep in mind but likely wouldn’t be enough to fill a whole post. Rather than let those discoveries fade into the ether, I thought I’d compile them into...

Continue Reading