C # VB.NET Reference
I have moved from C # to 9-5pm VB.NET
Any tricks I should know? Where does VB.NET differ from the whole syntax?
Where did namespaces disappear?
[Note: just found http://converter.telerik.com/ is brilliant]
Cheers John
-1
solrevdev
source
to share
4 answers
Have you looked at this answer ?: What are the most important functional differences between C # and VB.NET?
+2
Mitch wheat
source
to share
the telerik converter is holding onto me in some new syntaxes. I think it is much better, although not as pretty.
http://www.developerfusion.com/tools/convert/csharp-to-vb/
+3
Kyle west
source
to share
See two questions:
Hidden Features of VB.Net
Most Popular Features for Visual Basic 10
+2
Joel coehoorn
source
to share
Look at this:
Comparison of VB.NET and C #
This is a bit outdated at the moment (it's .NET 1.1 I think), but it's still useful for syntax comparisons.
+2
Ryan Lundy
source
to share