Nullable Reference Types – Addressing the Billion Dollar Mistake of Null Reference
If you have been doing C# development for some time, I am sure you are vary familiar with the infamous NullReferenceException. I certainly saw it happen many many time. Tony Hoare, the inventor of null reference, said it was the billion dollar mistake he made (Btw, it is good talk and you should check it […]