Services by DLR to CLR
Explain about the different services provided by the DLR to CLR.
Expert
The services provided by DLR to CLR used for supporting dynamic languages are as following:
a) Expression Trees – It refers to the demonstration of the code in a data structure like a tree. Though, expression trees in the DLR are advanced version of the expression trees which were introduced with the LINQ in .NET 3.5. Therefore, DLR has extended the functionalities of Language Integrated Query (LINQ) expression trees, like, assignment, control flow, and other language-modeling nodes to a dynamic language. These expression trees describe the semantics of the language in the form of an abstract syntax tree (AST). AST allows the DLR to dynamically generate the code, which CLR executes at runtime.
b) Call Site Caching - It enables DLR in order to store the information of operations and characteristics of the variables, for example: their data type. Call site caching services also facilitates to check if such operations have been performed previously in order to retrieve all the information about the variable. Place where DLR stores these values is called a call site.
c) Dynamic Object Interoperability – It allows the DLR in order to provide a set of classes and interfaces which represent the dynamic objects and the operations. These classes and the interfaces may be used in order to create the classes for the dynamic libraries, that can be used in static and dynamic type languages.
In what way we can check/uncheck every item in a CheckedListBox control in the .NET 4.0 framework?
Explain concept of the Destructor?
Describe briefly about ASP or Active Server Pages?
Name the class which is inherited when the ASP.NET server control is added to the Web form?
How can we check that whether all the validation controls on the Web page are valid and proper?
State the components of WF 4.0?
What are HTTP handlers in ASP.NET?
Web form belongs to which class in a .NET Framework class hierarchy?
Write down the classes which derive from the abstract System.Windows.Shapes.Shape class in the WPF?
Specify the new features involved in the Microsoft AJAX library?
18,76,764
1944594 Asked
3,689
Active Tutors
1417470
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!