Best Practices for Nullable Reference Types in C#
Of all the new features in C# 8, nullable reference types have the largest impact on our code. A year after the release we'll take a closer look at the feature. After covering the basics to refresh our memory, we'll move on to the challenges that the feature can impose, including:
- Introducing nullable reference types into an existing codebase
- Support in libraries
- Advanced annotations
- Support in Entity Framework Core