So I have been intrigued by the ?? operator, but have still been unable to use it. I usually think about it when I am doing something like:
var x = (someObje
I've been using it with App.Config stuff
string somethingsweet = ConfigurationManager.AppSettings["somesetting"] ?? "sugar";