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 the different types of literals used in C #?
Describe the role of new keyword in brief.
Explain briefly about server-side comments and also write its syntax?
Differentiate the terms dynamic and var data types?
What is the requirement of Copy Web Site?
Two catch blocks can be executed or not?
Name the root namespace which is used for fundamental types in .NET Framework?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
What is the function of Orientation property in a Menu control?
Write the difference between an interface and abstract class?
18,76,764
1929116 Asked
3,689
Active Tutors
1455624
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!