C# 2.0 by Anders Hejlsberg was my favorite session today. Here are a few points worth noting... Generics Can be applied at class, struct, interface, delegate, and method level When applied at method level, there is no need to specify the type when using...