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.
Previous Question | Next Question |
What is Dynamic Language Runtime (DLR)? | List the advantages of DLR? |