I’m almost ashamed to admit I hadn’t commonly used the ‘null coalescing operator‘ ?? in C# until recently, and was commonly writing code like or variations on a theme using HasValue etc (still better than the long-hand if-else mind you)
The post Working around null values in LINQ queries appeared first on Codebureau - Matt Simner.