C#9 provides us with additional pattern combinators such as not, and, or to match expressions. One of my favourite is the not pattern. Especially in the following use case. As…
Say goodbye to static void main in c#9 & .NET 5
With .NET 5 projected in November 2020, the compiler will determine the new C# 9 language version as it’s default, allowing some very nice improvements, one of which gives us…