Java is a popular language & platform, having a huge ecosystem. Are there any features that C# 4.0 onwards and its platforms should have, to make you completely switch to C# programming?
|
|
|||||||||||
|
|
|
Make it run on as many platforms as Java? Otherwise it is completely irrelevant to us. |
||
|
|
|
My answer is a litle about why I think so many use Java, but want to use c# in schools: At my university, Java is the first language we learn, and is the language that we learn most about later also. I guess this is common.. But even tho we learn some python, c, c++ and already know a lot java, most students use C#. This is because everyone is told that C# will give them a job :) The school knows this, and I know one feature that would make C# the new primary choice for the school: make it run on all platforms =) |
||||||||
|
|
|
The general uptake of
|
||||||
|
|
|
I think .NET is great, but don't use it, because it lacks the #1 mandatory feature : portability. Yeah, there is Mono... |
||||||
|
|
|
We were taught on college that there is nothing engineerical in MS Windows. How many people can (dis)agree with that? How can we as developers answer to questions of stability, robustness, scalability, availability, transactional isolation, concurency when building some serious software system by working on an OS which is pale of 'something' and just anywhere you can expect some nonstandard behaviour surprise and potential source of problems which you can solve only by calling MS and pray God they will find a fix for you not in a long period. Open Source is our only salvation.. Java respects standards, invests much energy in security model, keeps WORA, and it is rather simple language. I can think of C# having unsafe pointer, thats just enough for me to give up on doing serious business with it if there are many people working on it. .. |
||||||
|
|
|
Another thing that really pushes Java is Eclipse (*): it is the most successful and complete free development environment to date. And, together with a huge amount of (mostly free) plugins available, the cost/benefit is unbeatable. The pair VisualStudio C# + Reshaper can get close but it's not quite there yet... (*): Some even say Eclipse is the main reason why Java found so widespread use. |
||||||||||
|
|
|
I don't actually think that C# has anything less going on for itself than Java, except for the ecosystem like IDEs, frameworks, etc. In terms of features, it is well ahead at the moment at least. |
||
|
|
|
|
I would definitely consider using C# when Microsoft buys Novell and gives official support to Mono. Then, the next Until then, Mono is behind the latest .NET version, and is still adding to it's core some Linux specific features ( like the Mono.Linux "module" ) that obviously doesn't run on Windows. Language features are great, but if I want something more "dynamic" to work with, I would rather use Ruby or Python But, that's just me. |
||
|
|
