I'm a VB developer for many years and my knowledge on C# syntax is poor. For several reasons, I would to start working on some projects on C#. Does anybody know a document describing the differences between the C# and VB syntax?
For instance:
VB
select-case statement
byref keyword
= operator
Dim myVar as myType
C#
switch-case statement
<methodname>
== operator
Please let me know.