Do code conversion tools like Sharpen help in converting code from Java to C#? Does the converted code run on all Windows machines without trouble or changes have to be made? How efficient is this tool, does it completely remove the laborious line by line conversion method?
Asked
Active
Viewed 1,030 times
1
-
1That will depend on the code being converted, but it's likely in most cases that manual changes would still be required. Recommendation: use such tools to port unit tests across, then use manual effort to make those tests pass. – David Arno Jun 08 '15 at 11:38
1 Answers
1
Sharpen generates a pretty good code, although there are some incompatibilities and weirdnesses due to the different semantics of Java and C#, I would say Sharpen converts about 95% or more of the code correctly.

vladich
- 568
- 6
- 9