Michael Contento

Softwaredeveloper | Azure-Cloud-Ninja | Beekeeper | Dad

Nullable Reference Types in C#

2023-03-20 4 min read Development

C# is a popular programming language that is widely used in the development of various applications. Microsoft has been working hard to make C# more robust and feature-rich, and one of the additions to the language (added in C# 8) are the nullable reference types. The C# nullable references feature allows developers to better control null values and handle null reference exceptions.

Continue reading