Posts
With or Without Curly Braces?
There’s a heated debate around single statements and whether they should have curly braces or not.
Codifying the Secret Sauce
Codifying the secret sauce is instrumental in writing maintainable and successful applications.
Garbage Collection Types in .Net Core
Memory management in modern languages is often an afterthought. For all intents and purposes, we write software without nary a thought about memory. This serves us well but there are always exceptions…
You Are Not Your Code
Your code reflects neither your beliefs, nor your upbringing, nor your character.
The 5 Different Meanings of the Question Mark in C#
In C# the question mark has 5 meanings as of C# 8.