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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -