InterviewSolution
Saved Bookmarks
| 1. |
What Is System.dynamic? |
|
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. 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. |
|