There are plenty.
Have a look at this:
http://en.wikipedia.org/wiki/Comparison_of_C_Sharp_and_Java
> what are the additional features in c# compared to java
unsigned data types
properties
indexers
operator overloading
using statement
unsafe mode
comes to my mind.
Arne
Mike Schilling - 23 Oct 2006 17:52 GMT
>> what are the additional features in c# compared to java
>
[quoted text clipped - 4 lines]
> using statement
> unsafe mode
First-class generics support (no erasure.)
Jean-Francois Briere - 23 Oct 2006 20:22 GMT