Blog Archives

The C# Null-Coalescing Operator ??

The null-coalescing operator in C# allows you to check if a variable has a null value and on-the-fly provide a default value in its place.

Tagged with: , , , ,
Posted in Blurbs