Click here to Skip to main content
15,895,746 members
Articles / All Topics

Almost Sorta Real Dynamic in .NET

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
15 Jul 2010CC (ASA 2.5)2 min read 4.9K  
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.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Creative Commons Attribution-ShareAlike 2.5 License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions