vote up 0 vote down star

What tool can I use to convert C# 3 to VB.Net 9 .Net 3.5?

flag

3  
Note that there's no such thing as "C# 3.5" or "VB.NET 3.5". I suspect you mean "C# 3" and "VB 9". – Jon Skeet Sep 30 at 11:13
Thx I meant .Net 3.5 – Alexandre Brisebois Sep 30 at 14:39

5 Answers

vote up 1 vote down check

From ; Scott Hanselman's Blog

Telerik Code Converter - Website that converts C# to VB and VB to C#.

CarlosAg's CodeTranslator - One of the first, and many say, the best. An AJAXy Code Converter that'll do to and from C# and VB.NET.

DeveloperFusion Code Converter - This online utility will also convert .NET 3.5 Syntax and LINQ between C# and VB.

link|flag
vote up 2 vote down

you can try this http://converter.telerik.com/

link|flag
vote up 1 vote down

Hi,

Have you tried looking into this site:

http://www.elegancetech.com/CSVB/CSVB.aspx?src=12

hth

link|flag
vote up 2 vote down

You could compile it and then use Reflector to decompile into VB

link|flag
always a nice solution when you don't have the source – Alexandre Brisebois Sep 30 at 15:59
vote up 3 vote down

Convert C# to VB.NET

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.