Advantages of DLR
List the advantages of the DLR?
Expert
Various advantages provided by DLR are:
a) Permits to easily implement the dynamic languages to the .NET Framework.
b) Offers dynamic features to the statically-typed languages. The statically-typed .NET Framework languages,for instances: Visual Basic and C# may create dynamic objects and use them all together with the statically-typed objects.
c) It implements sharing of libraries and objects, which means that the objects and the libraries implemented in one language can be easily used by the other languages which are using the DLR. The DLR also allows interoperation between the statically-typed and dynamic languages.
d) It enables fast execution of the dynamic operations by supporting the advance caching.
Write the two properties of the GridView control which have to be specified to turn on paging and sorting?
Write down the core of WPF assemblies?
Briefly describe side-by-side execution and also explain whether two applications, one using the shared assembly and other private assembly be declared as side-by-side executables?
Explain the use of <sessionState> tag in a web.config file?
Write differences between the while and for loop in C#.
Which method is used in .NET to enforce garbage collection?
Illustrate the term LinqDataSource control?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
What are HTTP handlers in ASP.NET?
18,76,764
1938312 Asked
3,689
Active Tutors
1436180
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!