Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in expandoobject

Can an ExpandoObject be a list?

How do I make WebMethods serialize ExpandoObject

Using C# ExpandoObjects (Dynamic) in PowerShell without underlying Dictionary structure

Is it possible to query list of ExpandoObject?

c# linq dynamic expandoobject

Is it possible to add attributes to the generated members of an ExpandoObject instance?

A List inside an ExpandoObject

c# expandoobject

DynamicObject and TrySetMember performance vs ExpandoObject performance

Persisting an ExpandoObject to MongoDB

Special characters for dynamic objects?

c# c#-4.0 expandoobject

adding expando properties to a typed object at runtime in c#

ExpandoObject, anonymous types and Razor

How to serialize ExpandoObject using ServiceStack JsonSerializer?

Reflect on an ExpandoObject

.net expando object and LINQ. Possible or not?

.net linq expandoobject

Adding methods to ExpandoObjects

How to sort a List<dynamic> containing ExpandoObjects

expandoobject

Is it possible to create a Dynamic tree structure using the ExpandoObject?

Dynamically add nested property to ExpandoObject

c# dynamic expandoobject

Using LINQ, is it possible to output a dynamic object from a Select statement? If so, how?