Showing archive results for October 2009

Oct 19, 2009
Post comments count0
Post likes count0

Dynamic in C# 4.0: Creating Wrappers with DynamicObject

Visual Studio Team
Visual Studio Team

In the previous post I showed how you can use the new dynamic feature and the ExpandoObject class to add and remove properties at run time, and how this can make your code more readable and flexible than code written with LINQ to XML syntax. But there were some obvious flaws in that example: While ExpandoObject provided better syntax, LINQ to XML ...

C#Node.jsVisual Studio 2010