Exploring C# 8.0: Nullable Reference Types
A deep dive into the most significant feature of C# 8.0: nullable reference types. Learn how this new feature aims to eliminate null reference exceptions by changing how the language treats null.
Read moreA deep dive into the most significant feature of C# 8.0: nullable reference types. Learn how this new feature aims to eliminate null reference exceptions by changing how the language treats null.
Read more