I’ve been programming in C# for about five years, and today whilst reading the C# language specification v3.0, came across the null coalescing operator. Much like T-SQL’s ISNULL function, the operator replaces null values with the specified replacement value.
C# | November 14, 2007 | 0 comments
