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
What is web.config file?
List the services which are offered by the Window Azure operating system?
Write the name of event handlers which can be included in a Global.asax file?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
Write the syntax of the while loop in the C# program.
Name the events which occur when the client requests the ASP.NET page from IIS server?
What are the different ways to manage state in ASP.Net?
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
Name the different methods provided by a DataSet object to create XML?
Illustrate the difference between the .dll extension and .exe extension files?
18,76,764
1961560 Asked
3,689
Active Tutors
1438773
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!