In an ideal world, when developing a NuGet package you can easily verify it works during local development. For simple / code-only NuGet packages it's...
Injectable entities ยท A beginning The other day I was cleaning my keyboard. I don't know exactly what I did but BAM! a Djinn popped up on my...
An approach for the record collection problem. With C# I find myself leveraging the record type quite a lot. Its implicit immutability and value...
DataString: a C# pattern Strings are everywhere in software development. If you're writing code chances are you're taking user input strings,...