c-sharp Bonus - Builder Pattern with the implicit operator using c# By using the implicit operator we can skip the Build method on our builders
dotnet Testing your dotnet applications - Boilerplate First post in a series that will show you different ways of how to test your ASP.NET/Dotnet Core applications. This post shows a simple integration test for an API endpoint
jos.enumeration Enumeration class in C# using records Let's see if we can optimize the Enumeration class provided by Microsoft in "eShopOnContainers"...
c-sharp C# - Tips and Tricks 02 - Named tuples Use named tuples to improve the readability/usability of your code
dotnet C# - Tips and Tricks 01 - Covariant return types Use covariant returns to override the return types of properties and/or methods