What tool can I use to convert C# 3 to VB.Net 9 .Net 3.5?
+2
A:
You could compile it and then use Reflector to decompile into VB
erikkallen
2009-09-30 10:59:12
always a nice solution when you don't have the source
Alexandre Brisebois
2009-09-30 15:59:56
+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
2009-09-30 11:55:46