Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in expandoobject

Extending the DefaultContractResolver to convert ExpandoObject sub properties to PascalCase

Is there a way to perform a chained null check in a dynamic/expando?

c# .net dynamic expandoobject

Merging two similar dynamic objects in C# creating collections on the way

c# dynamic merge expandoobject

C# - Adding objects dynamically (adding dynamic property names)

Using dynamic objects in codedom created LINQ queries

c# linq codedom expandoobject

How to apply an Extension Method on the object having the type of ExpandoObject?

Serilog and ExpandoObject

json serilog expandoobject

Web Api - How to return a dynamic object with 201 status code

why is ExpandoObject much slower than Dictionary?

c# dictionary expandoobject

Iterate through an ExpandoObject that contains multiple ExpandoObjects

c# json expandoobject

Use of expando objects in views?

Cannot apply indexing with [] to an expression of type 'object' (even though the type is 'dynamic')

XML Dynamic Object and IEnumberables

Change System.Dynamic.ExpandoObject default behavior

c# asp.net expandoobject

ExpandoObject to DataTable

Using ExpandoObject when property names are dynamic, is this possible?

c# dynamic expandoobject

Writing a list of complex objects to CSV file using CSVHelper

JSON array to ExpandoObject via JSON.NET

c# json json.net expandoobject