views:

121

answers:

5

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

+3  A: 

Convert C# to VB.NET

Mitch Wheat
+2  A: 

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

erikkallen
always a nice solution when you don't have the source
Alexandre Brisebois
+1  A: 

Hi,

Have you tried looking into this site:

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

hth

KG Sosa
+2  A: 

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

Vikram
+1  A: 

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.

Tiax