0
kicks
The null coalescing operator: ??
Lots of people discovering this new feature in c# 2.0. It's pretty handy. The null coalescing operator is a short cut for checking if a value is null and if so returning the value of the second operand