Understanding Nullable Reference Types in .NET

dotnet presents a session on the practical reasons for using Nullable Reference Types in .NET, showing how this feature enhances code safety and readability.

Nullable Reference Types: It's Actually About Non-Nullable Reference Types

Overview

Nullable Reference Types, recently introduced to .NET and now enabled by default in new C# projects, are designed to help developers manage the presence of null in reference types more effectively. This session examines the motivation behind the feature, common misconceptions, and practical benefits.

Why Nullable Reference Types?

Benefits for Developers

Best Practices

Further Learning

Watch more .NET Conf 2025 videos at YouTube .NET Conf Playlist.