Define the roles of CLR
Define the roles of CLR in .NET Framework and also explain the responsibilities?
Expert
CLR offers an environment to perform .NET applications on target machines. CLR is a common runtime environment for every .NET code irrespective of the programming language, as the compilers of individual language in .NET Framework change every source code into a common language known as MSIL or IL (i.e. Intermediate Language).
CLR also offers a variety of services to perform procedures, like memory management service and security services. CLR carry out a range of tasks to run the execution procedure of .NET applications.
Responsibilities of CLR are as follows:
Write major difference between function and sub-procedure?
Explain the term Merge Module projects?
List the advantages of the DLR?
In what way we can unselect a selected item in the ListView control programmatically in the .NET 4.0?
Differentiate the terms dynamic and var data types?
What do you mean by the term MISL CODE? Describe in brief.
List the types of generations there are in a garbage collector?
Which classes are used to handle standard menu in the MenuStrip control.
Write the syntax of the for loop in C# code?
Define .NET Framework?
18,76,764
1944310 Asked
3,689
Active Tutors
1437451
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!