After anxiously awaiting the release of .NET 2.0, I finally get to use it here at work. My first task is updating some of the old code to use generics instead of the old tricks I used to have ...
Covariance and contravariance are precise terms that describe which conversions are safe on parameters and return types. Learn practical definitions for those terms, what new constructs will be ...