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



C # and VB.NET Cheat Sheet Comparison

Comparison of VB.NET and C #

+3


a source


This is a good page that I have used in this situation in the past. It's not relevant, but should be a good starting point.



+1


a source


Practice takes time.

0


a source







All Articles