Give a brief introduction to Binders.
Binders are used by DLR to communicate with not the .NET Framework but also with a variety of other services, like Silverlight and COM. These services represent language-specific semantics and specify how a exacting operation can be performed at the call site.
Call sites refer to the area in the code where logical and mathematical operations, such as a + b or a.b() are performed on dynamic objects.