views:

90

answers:

3

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.

+1  A: 

This is a good page that I've used in that situation in the past. It's not up-to-the-minute accurate, but should be a good starting point.

Paul Morie
+2  A: 

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

DOK
A: 

Practice takes time.