Monday, October 27, 2008 6:09 PM
by
dodyg
C# 4.0 New Features
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 like
method_missing in Ruby.