I used VB.NET until recently and never noticed before that C# allowed you to prefix a single increment. "++X" writes out 43. That just seemed odd to me as it wasn't what I expected, I expected the ...