Embracing nullable reference types (.NET)

Shikha Kaul

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.

0 comments

Discussion is closed.

Feedback usabilla icon