Mar 20, 20215 minCreate enhanced enum's by using enumeration classes instead of enum types.If you have been developing in C# for any period of time, you are used to enums. A enumeration type (or enum type) is simply a value type...
Feb 16, 20213 minDeveloping High-Performance Services Leveraging gRPC and .NET 5Following on my post yesterday looking at Laravel vs ASP.NET Core performance yesterday, I thought I would delve a little deeper and look...
Nov 12, 20208 minLeveraging Code Generation with .NET 5 to implement a builder pattern.As a developer, you will rapidly find the need to start introducing patterns to make your code more intuitive to use, easy to read, and...