Net Dynamics Question:
Download Questions PDF

List the advantages of DLR?

Answer:

✰ Allows you to easily implement the dynamic languages to the .NET Framework.
✰ Provides dynamic features to statically-typed languages. The statically-typed .NET Framework languages, such as C# and Visual Basic can create dynamic objects and use them together with statically-typed objects.
✰ Implements sharing of libraries and objects, which means that the objects and libraries implemented in one language can be used by other languages using DLR. The DLR also enables inter-operation between statically-typed and dynamic languages.
✰ Enables fast execution of dynamic operations by supporting advance caching.

Download Net Dynamics Interview Questions And Answers PDF

Previous QuestionNext Question
What is System.Dynamic?What are DLR Binders?