Working with Null in .NET 6 and C# 10



Unless you are very new to C#, you have almost certainly worked with null. In some ways, it can seem very easy to understand. However, there is a lot more depth to working with null than it first seems. In this video, we are going to look at how to properly work with null in C#. That includes nullable value types, nullable reference types, null conditional operators, null-coalescing operators, null-coalescing assignment operators, nullable annotation context, nullable directives, the null-forgiving operator, and more. Let’s see how many of these you know how to use.

Full Training Courses: https://IAmTimCorey.com
Source Code: https://leadmagnets.app/?Resource=NullInDotNet6
Patreon: https://www.patreon.com/IAmTimCorey
Mailing List: https://signup.iamtimcorey.com/

Comments are closed.