Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top