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
State various controls of ASP.NET AJAX?
State the types of workflow in the WF?
Briefly describe about variable.
How Web services can be prevented from the unauthorized access?
Whether XCOPY copies the system files and the hidden files or not.
By which method we can sign out from the forms authentication?
Can more than one line be entered in a TextBox control?
Explain different types of generations in a garbage collector?
Mention the two categories which distinctly classifies the variables of the C# programs.
Write down the classes which derive from the abstract System.Windows.Shapes.Shape class in the WPF?
18,76,764
1937618 Asked
3,689
Active Tutors
1445556
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!