AcadNETwork
NET talk => C# language => Topic started 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}
-
Hi,
This one (http://www.developerfusion.com/tools/convert/csharp-to-vb/) seems to be quite good (but none is perfect).
-
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}
-
What I do is load the DLL in Reflector and then view the code in different languages.