18. I think i remember seeing something similar to the ?: ternary operator in C# that only had two parts to it and would return the variable value if it wasn't null and a default value if it was. Something like this: tb_MyTextBox.Text = o.Member ??SOME OPERATOR HERE?? "default"; Basically the equivalent of this: More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.