Visual Basic .NET Resources for C # Developer
I am a C # developer, and now I am involved in some large, already in production project, written in Visual Basic.NET.
I try not to write in C # and use the automatic conversion tool for Visual Basic .NET. I want to be able to fluently read and write in Visual Basic.NET FAST . I can write and read VB.NET, but it is not as easy as writing and reading C #.
I would appreciate it if someone who was in the same situation could share their experiences or point out good resources.
+1
a source to share
3 answers
Here are some quick links. The logic is the same. It's mostly just syntax.
Comparison of C Sharp and Visual Basic.NET
+3
a source to share