Wednesday 13 January 2021

C# Null Forgiving Operator

 

One of the more obscure features of C#8 is the Null Forgiving Operator. Here's how it works, and when it can get you out of a bind.

Topics include:

  • C#
  • C#8
  • .NET Core
  • Nullable references
  • Null forgiving operator
  • null!
Related videos:

No comments:

Post a Comment

The State Pattern

  How many developers does it take to change a lightbulb? With the State pattern, not very many. Topics include: The State Pattern Design Pa...