Role of CLR in .NET Framework
Explain the role of CLR in .NET Framework.
Expert
CLR offers an environment to execute .NET applications over the target machines. CLR is also a common runtime environment for all .NET code irrespective of their programming language, as the compilers of the respective language in .NET Framework transforms every source code into a common language called as MSIL or IL (Intermediate Language).
CLR also offers various services to execute the processes, such as memory security services and managementservices. CLR performs several tasks in order to manage the execution process of .NET applications.
The responsibilities of CLR are listed as follows:
a) Garbage Collection b) Automatic memory management c) Code Access Security d) JIT compilation of .NET code e) Code verification
Specify difference between the asynchronous postback and the synchronous postback?
Write the difference between adding items into cache by a Add() method and by the Insert() method?
Define the term TrackBar control.
Explain about the Take and Skip clauses?
Specify the operating systems over which the .NET Framework runs upon?
What are Binders ?
What is AdRotator Control?
Distinguish the terms Asp.net and Vb.net?
How the cursor can be programmatically positioned on a given line or on a character in the RichTextBox control in C#?
Specify the pre-requisites for connection pooling?
18,76,764
1952822 Asked
3,689
Active Tutors
1442939
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!