By tag: ExpandoObject
0
kicks
Dynamic in C# 4.0: Introducing the ExpandoObject
In fact, it’s not just better syntax. You also get flexibility. To demonstrate this flexibility, let’s move to ExpandoObject, which is a part of the new dynamic language runtime (DLR). ExpandoObject instances can add and remove members at run time. Where can you use such an object? XML is a good can...