Bite-Size C# 10 - Semi-Auto Properties and 'field' Keyword
Let's simplify class properties using the new field keyword!
Let's simplify class properties using the new field keyword!
We can make our code a bit more concise by using interpolated strings ($) on const strings!
Let's make our anonymous objects easier to copy using the with expression!
We can declutter our C# files by marking common namespaces as global!
We can use the ! operator to check if a method parameter is null.