Net Dynamics Question:
Download Questions PDF

What is Dynamic Language Runtime (DLR)?

Answer:

DLR is a runtime environment that allows you to integrate dynamic languages with the Common Language Runtime (CLR) by adding a set of services, such as expression trees, call site caching, and dynamic object interoperability to the CLR.

Download Net Dynamics Interview Questions And Answers PDF

Previous QuestionNext Question
Explain and distinguish between reflection and dynamic?What is System.Dynamic?