July, 2013
28 07 2013
The good thing about other peoples code is you learn always something new. Today i came across the ?? operator (a.k.a. null-coalescing). Until now i only know the single questionmark operator (Conditional-Operator), but not two question marks and wondered what it might do. The answere is quite simple and i can think of many cases […]
??, doppeltes, double, fragezeichen, null-coalescing, question marks, two, zwei
15 07 2013
Most of you will already know this operator, but i think its useful to write something about it anyway. Maybe someone who doesn’t know it, come across it here. In short the conditional operator checks if the given condition is true or false and returns the first or the second value accordingly. And here is […]
?:, conditional, operator