Net Dynamics Question: Download Net Dynamics PDF

What is ExpandoObject?

Tweet Share WhatsApp

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 PDF Read All 21 Net Dynamics Questions
Previous QuestionNext Question
Which class we used to convert the data types?Explain the difference between dynamic and var data types?