C# Nullable Reference Types: IntelliSense Confusion (opens in new tab)
The feature and concept of Nullable reference types were introduced in C# 8.0 and it basically made all types non-nullable by default and ensured that these...
Read the original article