Net Dynamics Question:

What is System.Dynamic?

Tweet Share WhatsApp

Answer:

The System.Dynamic and System.Runtime.CompilerServices namespaces are used to hold the classes for DLR. It also provides dynamic features to statically-typed languages, such as C# and Visual Basic to enable their interoperation with dynamic languages.

Read All 21 Net Dynamics Questions
Previous QuestionNext Question
What is Dynamic Language Runtime (DLR)?List the advantages of DLR?