InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|