2007-09-09: Generics in C# vs. Java
Generics in C# vs. JavaJonathon Pryor wrote a very well-thought-out article comparing Java and C# generics.
He tries hard to be fair about it, although his preference for C# is pretty clear. Anyway, it makes a good educational article in case you wanted to learn about the screwy details of generics implementation in both languages at once.
