The ExpandoObject Class
Create objects that can dynamically extend throughout the program execution.
We'll cover the following...
Introduction
One of the most interesting features of the DLR resides in the System.Dynamic namespace: ...