Java -> C# translator

I'd never trust the converted tool for enterprise work. A bug in the the translator could be catastrophic in a financial company for example.
 
I'd never trust the converted tool for enterprise work. A bug in the the translator could be catastrophic in a financial company for example.

Well of course the converted application wouldn't just go straight into production; it'd be rigourously tested first. But yeah, I wouldn't be that trusting of it either.
 
I used one of these on a conversion project from java to c# about 3 years ago and in the end we gave up. The converter was the best on the market at the time but after 3 weeks of trying to compile, fixing stupid conversion issues and errors.. trying to compile, finding more issues.... eventually we gave up and started again from scratch.

I would seriously do some tests to see how effective its going to be on your code before investing a lot of time and effort.
 
Back
Top Bottom