Checking for null in C#, using the null-conditional and null-coalescing operators
Checking for nulls in C# is tedious, but C# 6 gave us the null-conditional and null-coalescing operators. Let's see how they've improved things.
Read more
Share