In Part 2 we covered the enabling C#’s nullable option to subtly change how we handle reference types. Once enabled reference types are by default no longer [expected] to be nullable. In this final part of the series, I will be covering the use of the Nullable Reference Type, Null-Conditional and Null-Coalescing operators that we briefly introduced in Part 1….