Net Dynamics Question:

What are DLR Binders?

Net Dynamics Interview Question
Net Dynamics Interview Question

Answer:

Binders are used by DLR to communicate with not the .NET Framework but also with various other services, such as Silverlight and COM. These services represent language-specific semantics and specify how a particular operation can be performed at the call site.


Previous QuestionNext Question
List the advantages of DLR?What things are performed by dynamic objects?