Finally a c# forum.

Death to:
If A=B Then
do somethin'
End If

Long live:
if (A==B)
do somethin';