Search code examples
c#vb.netprogramming-languages

Visual Basic.NET resources for C# developer


I am C# developer and now I am involved in some large, already in production, project that is written in Visual Basic.NET.

I am trying hard not to write in C# and use some automatic conversion tool to Visual Basic.NET. I want to be able to read and write fluently in Visual Basic.NET QUICKLY. I can write and read VB.NET but it is not so easy like writing and reading C#.

I would be grateful if someone who was in the same situation could share there experience or point to some good resources.


Solution

  • Here's a few quick links. The logic is the same. It's basically just syntax.

    Comparison of C Sharp and Visual Basic .NET

    C# and VB.NET Comparison Cheat Sheet

    VB.NET and C# Comparison