.NET Watch Launch Setting Profile For ASP.NET Core

.NET Watch Launch Setting Profile For ASP.NET Core

In .NET, launch settings (launchSettings.json) allow us to share run commands across all development environments, regardless of IDE and editor choices. For the most part, launch commands are cross-platform capable, so they aren’t limited to any operating system, which is...

Continue Reading

Get C# Metadata From a Call Site

Get C# Metadata From a Call Site

C# is a statically typed language, and one of the greatest derived strengths is our ability to ask questions around our code. Whether you love it or hate it, reflection is a critical part of the .NET stack, and when...

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