What is ExpandoObject?

Submitted by: Administrator
The ExpandoObject class refers to a class whose members can be explicitly added and removed at runtime. In other words, the ExpandoObject class allows dynamic binding of the objects, which enables you to use standard syntax, similar to the dynobj.Method method instead of using more complex syntax, such as dynobj.getAttribute("Method").
Submitted by:

Read Online Net Dynamics Job Interview Questions And Answers