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
Explain Hashtable?
Distinguish among Compiler and Interpreter?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Illustrate the term lazy initialization?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Describe code access security (CAS)?
Why there is a requirement of user-defined controls?
Mention the two categories which distinctly classifies the variables of the C# programs.
What is connection pooling? And name the pre-requisites used for connection pooling?
Explain an identifier in detail?
18,76,764
1925517 Asked
3,689
Active Tutors
1453535
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!