Property Copying With Dynamic Objects in .NET 4.0 (feels so bad.)
Lately, I've been trying out some of the new .NET 4.0 language features. Specifically, I've been looking into ways to trivially combine late dispatch and late binding in order to build general purpose convenience objects.
The usage of dynamic feels so wrong in this example. I guess I don't see the purpose of this. To be more like javascript? No thanks.