Are there any conversion tools for porting Visual J# code to C#?

Are there any conversion tools for porting Visual J# code to C#?

This question and answers originated from www.stackoverflow.com
Question by (7/31/2008 11:33:19 PM)

Answer

Have you tried Reflector + FileGenerator to dump the compiled .NET library to C#. The only problem that I can see is that you are going to have a slight amount of clean up for J# specific references and no comments. But it should provide a good clean solution and get you 90% of the way.

Answer by

Find More Answers
Related Topics  c#  conversion  j#
Related Questions