Almost Sorta Real Dynamic in .NET





4.00/5 (1 vote)
Microsoft was awesome enough to actually allow us to create our own dynamic types by simply inheriting from the DynamicObject class. This post looks at how we can create a semi-dynamic object by handling the binding methods ourselves.