--%>

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 : Explain the way of validation XHTML

    Explain the way of validation XHTML documents online.

  • Q : CPU programming When a process enters

    When a process enters the CPU, your program must now "fork"and "exe" a stand alone child process. You MUST use "glxgears" for the child process.                            When a context switch occurs

  • Q : Pointer in C What is pointer? What

    What is pointer? What significance of pointer in C programming languages?

  • Q : What is Cascading if-else statement

    Cascading if-else statement: A form of if-else statement in which all else-part (apart from the last) comprises of a further nested if-else statement. Employed to overcome the trouble of textual drift frequently related with nested if statements.

  • Q : Limit the Scope of Data Declarations

    Limit the Scope of Data Declarations at the smallest possible level is consistent with the well known principle of data hiding. It stops one module from inadvertently referencing and modifying data values which are only meant to be used by another mod

  • Q : Steps comprised in designing programming

    Write down some of the steps comprised in designing programming?

  • Q : Define the term Punctuation Define the

    Define the term Punctuation: Symbols like commas and semicolons that a compiler employs to understand the structure of the program.

  • Q : Explain Downcast with example Explain

    Explain Downcast with example: It is a cast towards an object's dynamic kind - that is, `down' the inheritance hierarchy. For illustration:        // Downcast from Object to String

  • Q : Embedding C Code-Promela Embedding C

    Embedding C Code: Promela supports the use of embedded C code fragments inside the models through the use of the c_code primitive. 12_c code.jp</span></p>
                                        </div>
                                        <!-- /comment-box -->
                                    </li>
   
   </td>
	</tr><tr>
		<td>
       
      <li>
                                        <div class=

    Q : Why is Java pure object oriented

    Explain the reasons that Java is pure object oriented programming language.