Actually, the new features introduced in C# increases developer productivity quite a bit. More importantly they increase the readability of code by cutting down on the repetitive stuff. Once some one uses LINQ, lambdas and dynamics its hard to go back.
edwinnathaniel|14 years ago
Not to knock you down but my experience with Java is that libraries typically help a lot as opposed to syntax.
mquander|14 years ago
If you just want to see a piece of code in C# that would have to be written totally differently in Java to be readable (unless you use some quite abstract third-party libraries like Guava to help) I picked one of my Stack Overflow answers at random: http://stackoverflow.com/questions/2966592/how-to-refactor-t...
matthewschrager|14 years ago
[deleted]