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:
Explain about the XML elements.
State the characteristics of the reference-type variables which is supported in the C# programming language.
Is it possible for users to define their own exceptions in code?
Distinguish between the .EXE and .DLL files?
How one can retrieve the customized properties of the .NET application from a XML .config file?
State the values that can be allocated to the DialogResult property of the Button control?
Specify the syntax which is be used to inherit from a class in C#?
Write down the various open source tool accessible for the VB.NET?
What do you mean by the term non_deterministic finalization?
Write down the use of console application in brief?
18,76,764
1924977 Asked
3,689
Active Tutors
1454579
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!