Wednesday 13 January 2021

C# Nullable References

 

The biggest new feature in C#8 is nullable references. Here's a quick look at how they work and why you should use them.

Topics include:

  • C#
  • C#8
  • .NET Core
  • Composition
  • Association
  • Nullable references
  • Nullable values
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...