Probably the most impactful feature of C# 8.0 is Nullable Reference Types (NRTs). It lets you make the flow of nulls explicit in your code, and warns you when you don’t act according to intent.
December 12th, 2019
0 reactions
Embracing nullable reference types (.NET)
Category
0 comments