December 12th, 2019

Embracing nullable reference types (.NET)

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.

Category
AllSKUs

Author

0 comments

Discussion are closed.

Feedback