Net Dynamics Question:
Download Questions PDF

What is DynamicObject?

Answer:

The DynamicObject class enables you to define the dynamic behavior for an object at run time. This class cannot be instantiated directly; therefore, to implement the dynamic behavior, you must inherit from the DynamicObject class and override the necessary methods. It allows you to define the specific operations that can be performed on dynamic objects as well the methods to perform those operations.

Download Net Dynamics Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the difference between dynamic and var data types?What is Net Dynamics Application Server?