235 Views
The C# nullability features introduced in C#8 help you minimize the likelihood of encountering that dreaded System.NullReferenceException.Nullability syntax and annotations give hints on whether a type can be nullable or not.Better static analysis is available to catch unhandled nulls while developing your code. What's not to like?
0 comments