Community

Working with Dynamic Objects: Beyond the Basics with ExpandoObjects

(Peter Vogel) ExpandoObjects let you dynamically add members to your object at runtime — a great way to handle scenarios where you need a lot of flexibility. But how do you work with an object when you don’t know the names of its properties?