Are there any conversion tools for porting Visual J# code to C#?
Translations
Englishالعربية
български
català
中文
čeština
dansk
Nederlands
eesti
suomi
français
Deutsch
Ελληνικά
עברית
हिंदी
magyar
Bahasa Indonesia
italiano
日本語
한국어
latviešu
lietuvių
norsk
polski
Português
română
русский
slovenčina
slovenski
español
svenska
ไทย
Türkçe
українська
Tiếng Việt
Are there any conversion tools for porting Visual J# code to C#?
This question and answers originated from www.stackoverflow.com
Question by Kevin Dente (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 Nick Berardi
Find More Answers
Related Topics c# conversion j#