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 the major difference between the sub-procedure and function?
Describe in brief regarding the Visual basic.NET culture?
Explain complete lifecycle of Web page?
What is a behavior of the Web browser when it receives the invalid element?
State the syntax used to declare the namespace in .NET?
What do you mean by the term base class of .net?
What are the layouts of ASP.NET Pages?
Illustrate different types of inheritance?
Write the chief features of the Cloud services?
Illustrate the difference between the .dll extension and .exe extension files?
18,76,764
1949147 Asked
3,689
Active Tutors
1441173
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!