The null coalescing operator in C# is a really handy feature. Learn how it works in this short video from JamesĀ and Maira

Useful Links

  • ?? and ??= operators (C# reference)
  • First steps with C#