Nullability in C# - What It Is and What It Is Not

added by DotNetKicks
7/18/2022 1:21:20 PM

297 Views

Starting with .NET 6, new projects have nullable reference types enabled by default. It is easy to get confused on exactly what that means mean, particularly when migrating existing projects. Today, we'll take a look at what nullability is and what it isn't.


0 comments