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 the term culture and and UICulture values?
Mention the two categories which distinctly classifies the variables of the C# programs.
Explain what do you mean by .NET?
Distinguish between the .EXE and .DLL files?
State various controls of ASP.NET AJAX?
What data type does the Range Validator control support?
Describe about lambda expressions which are used in LINQ?
Differentiate between int32 and int?
Explain, what is a host process?
What is meant by the XML DOM?
18,76,764
1949804 Asked
3,689
Active Tutors
1435219
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!