c# 4.0 - What is the limitations and advantages of Cross Compiler for C# to java? -
i want migrate entire c# 4.0(.net 2010) desktop application java.i don't know tool available that?please suggest me one.
also, know limitations , advantages of cross compiler c# java?
please guide me out of problem...
saravanan.p
crosscompilers produce rather messy code, , code doesn't compile. (maybe most) force new code having bindings custom libraries crosscompiler, , forever linked product.
your new code hard maintain , expand result, , might offer poor performance compared old code when compiled.
in general, better off rewriting application (or hiring people so) if going have used , maintained actively more short, transitional period.
that said, things crosscompiler can helpful. example start crosscompiled version , on time replace codebase newly written code, working more , you'd not have maintain 2 separate code bases, in 2 different languages, using 2 toolsets, @ same time.
Comments
Post a Comment