65.9K
CodeProject is changing. Read more.
Home

Almost Sorta Real Dynamic in .NET

starIconstarIconstarIconstarIconemptyStarIcon

4.00/5 (1 vote)

Jul 15, 2010

CC (ASA 2.5)

2 min read

viewsIcon

5071

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.