Net Dynamics Question:
Download Questions PDF

What is ExpandoObject?

Answer:

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").

Download Net Dynamics Interview Questions And Answers PDF

Previous QuestionNext Question
Which class we used to convert the data types?Explain the difference between dynamic and var data types?