Is Your ASP.NET Core Application Running In A Container?

Ever needed to know at runtime if your application is running in a container? It’s super simple to check!

June 27, 2024 · 2 min

Stop Using Regex for Connection Strings

Ever had to update a connection string in code? Used a regex to replace the database name? There is a better way!

April 26, 2024 · 3 min

Don't Do This With Extension Methods

Extension methods in C# are great until they’re not. Why? Let’s find out.

April 22, 2024 · 6 min

Primary Constructor and Logging Don't Mix

Ever tried to use Primary Constructors with LoggerMessage source code generator based logging calls? It doesn’t work how you think!

April 4, 2024 · 4 min

Why does git have to be so hard?

Is git hard? Why is git hard?

January 10, 2024 · 3 min