Check out the new C# 4.0 language features here.They are dynamic type keyword, optional and named parameters, dynamic import and variance.They are nice but the biggest surprise maybe the IDynamicObject which allows an object to respond to dynamic properties/methods
Read More