Chart of C# to VB.NET equivelent syntax

  • Thread starter Thread starter Earl Teigrob
  • Start date Start date
E

Earl Teigrob

After starting programming with VB.NET, I switched to programming in C# a
few years ago. I just landed a new job where I will be coding in exclusively
VB.NET. Does anyone know of a C# to VB.NET syntax equivalency chart? This
would definitely make the transition a easier!

Thanks

Earl
 
Earl Teigrobwrote:
After starting programming with VB.NET, I switched to programming in
C# a
few years ago. I just landed a new job where I will be coding in exclusively
VB.NET. Does anyone know of a C# to VB.NET syntax equivalency chart? This
would definitely make the transition a easier!

Thanks

Earl

There's a great little pocket reference from O'Reilly called "C# &
VB.NET Conversion Pocket Reference".
 
clintonG said:

I really like that reference, thanks for posting it. The one thing I
did not see there was operator conversions. I found the MSDN
reference helpful when I had to start doing bitwise work in VB.net and
C#.

ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsintro7/html/vxgrfLanguageEquivalentsOperators.htm

-Dan Shanyfelt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top