What is DynamicObject?

Submitted by: Administrator
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.
Submitted by:

Read Online Net Dynamics Job Interview Questions And Answers