show/hide this revision's text 7 I think this is actually more correct.

Is C# (with .Net/Mono) Net/Mono or Java the better choice for cross-platform development?

show/hide this revision's text 6 added 369 characters in body

I lack the overview over both alternatives but I have pretty much freedom of choice for my next project. I'm looking for hard technical facts in the areas of

  • performance (for example, I'm told Java is good for threading, and I hear the runtime code optimization has become very good recently for .Net)
  • real world portability (it's both meant to be portable, what's Catch 22 for each?)
  • tool availability (CI, build automation, debugging, IDE)

I am especially looking for what you actually experienced in your own work rather than the things I could google. My application would be a backend service processing large amounts of data from time series.

My main target platform would be Linux.

Edit: To phrase my question more adequately, I am interested in the whole package (3rd party libraries etc.), not just the language. For libraries, that probably boils down to the question "how much less libraries are there for Mono than for Java"?


FYI, I have since chosen Java for this project, because it seemed just more battle-worn on the portability side and it's been around for a while on older systems, too. I'm a tiny little bit sad about it, because I'm very curious about C# and I'd love to have done some large project in it, but maybe next time. Thanks for all the advice.

show/hide this revision's text 5 edited tags
show/hide this revision's text 4 Fixed minor spelling issue
show/hide this revision's text 3 rephrased question
show/hide this revision's text 2 edited tags
show/hide this revision's text 1