Nullable Reference Types in C# 8
The biggest feature of C# 8.0 is undoubtedly nullable reference types. Rather than trying to rush through all the new features, this talk will just focus on this one. What is the point? What is the syntax? What should you expect? What might be unexpected?