--%>

Write the benefits of DLR

Write the benefits of DLR?

E

Expert

Verified

There is a variety of benefits provided by DLR which are as follows:

i. It permits us to simply execute dynamic languages to a.NET Framework.

ii. It enables fast implementation of the dynamic operations through supporting advance caching.

iii. It provides dynamic features to the statically-typed languages, like C# and Visual Basic can produce dynamic objects and can use them simultaneously among statically-typed objects.

iv. It executes sharing of the libraries and the objects that mean that objects and the libraries implemented in one language could be used by the other languages with DLR.DLR can also facilitates interoperation between the statically-typed and dynamic languages.

   Related Questions in Programming Languages

  • Q : Define software Define the term

    Define the term software?

  • Q : Define Case sensitive Case sensitive :

    Case sensitive: The test which is sensitive to whether a character is in upper-case (example, 'A') or lower-case (example, 'a').

  • Q : Difference between collection and arrays

    Write the difference between collection and arrays?

  • Q : Define Inner class Inner class : A

    Inner class: A class defined within an enclosing method or class. We use the word to refer to non-static nested classes.

  • Q : What is an Implicit type conversion

    Implicit type conversion: The type conversion which does not need a cast. Implicit type conversions usually do not comprise any loss of information. For example, joining an integer operand with a floating point operand in an arithmetic expression will

  • Q : Define Protocol Protocol : It is a set

    Protocol: It is a set of rules for interaction between two processes. The protocol is generally specified in a Uniform Resource Locator (abbreviated as URL) to point out how a specific resource must be transferred from a Web server to the requesting c

  • Q : Explain Object reference Object

    Object reference: It is a reference to an object. Languages other than Java employ terms like pointer or address or. It is significant to keep the difference clear between an object and its reference. The variable like argo

    Q : What is Carriage return Carriage return

    Carriage return: The \r character. It is also used as a synonym for the `Return' or `Enter' key employed to terminate a line of text and the name derives from the carriage on mechanical typewriter.

  • Q : Define Single line comment Single line

    Single line comment: A comment is in the form:     // this line will be avoided by the compiler.

  • Q : Define Number of Threads Number of

    Number of Threads: Threads can be a useful abstraction and implementation mechanism to partition independent program actions. However, when there is coordination (or interference) between these threads, the required synchronization mechanisms increase