Community

The C# ?? null coalescing operator (and using it with LINQ)

(Scott Guthrie) One of the subtle (but cool) language features of C# is the ?? “null coalescing” operator. This provides a nice, terse way to check whether a value is null, and if so return an alternate value.

Read More - Register for Free Membership