What tool can I use to convert C# 3 to VB.Net 9 .Net 3.5?
|
|
|||||||
|
|
|
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. |
||
|
|
|
|
you can try this http://converter.telerik.com/ |
||
|
|
|
|
|
||
|
|
|
|
You could compile it and then use Reflector to decompile into VB |
||
|
