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. In this case, I wanted an expando object that I could program against with some of the techniques we use in javascript to programmatically build up aContinue reading “Property Copying With Dynamic Objects in .NET 4.0”