AcadNETwork

NET talk => C# language => Topic started by: Patriiick on November 22, 2010, 08:31:42 AM

Title: Code conversion from C# to VB
Post by: Patriiick on November 22, 2010, 08:31:42 AM
Hi, do you have any experience with code converters from C# to VB NET? What's the best converter? Do you still have manual retouches to do after converting? Thanks for your feedback about code converters.


target audience:{intermediate}
Title: Re: Code conversion from C# to VB
Post by: (gile) on November 22, 2010, 09:22:11 AM
Hi,

This one (http://www.developerfusion.com/tools/convert/csharp-to-vb/) seems to be quite good (but none is perfect).
Title: Re: Code conversion from C# to VB
Post by: rom1 on November 24, 2010, 07:36:57 AM
Hi,

This one http://tools.codes-sources.com/DotNetCodeConverter.aspx (http://tools.codes-sources.com/DotNetCodeConverter.aspx) is also not too bad.

But generally, the one given by gile (developerfusion) is more reliable.


target audience:{intermediate}
Title: Re: Code conversion from C# to VB
Post by: Cmdrduh on December 13, 2010, 09:08:43 PM
What I do is load the DLL in Reflector and then view the code in different languages.