Nullability and null operators were added to C# recently. Jeremy discusses the safeguards that nullability provides as well as the problems you still need to watch out for.
Chapters:
00:00 - Introduction
02:00 - Null reference exception demo
04:00 - Enable nullability
08:00 - Thread safety and null references
09:00 - Null conditional operators
10:00 - Tasks and continuations
11:00 - Null forgiving operator
14:00 - Null coalescing operator
17:00 - Combining operators
21:00 - Wrap-up
Resources:
Jeremy's GitHub repo for this talk is at: https://github.com/jeremybytes/vslive...