To be honest, I'm working with C# everyday, and I can say that I love its elegant syntax. But no language is perfect, so does C#. In my opinion, these two features are missing:
Full-featured enum. I was pretty happy with enum in C#, until I know about enum in Java. Of course, we can "simulate" a
…