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
Can a private class be declared in a namespace?
Name the latest features that added in .NET Framework 4.0?
State the difference between a ContextMenuStrip control and a MenuStrip control?
Explain the disconnected architecture of the ADO.NET's data access model.
How we can decide whether we should deploy application or publish application?
How a complex number can be instantiated?
Define the term tracing? And also explain that where it can be used?
Compare and contrast in brief the C# and Visual basic.NET?
What is meant by the term Assembly?
Write down the benefit of packaging over xcopy in the .NET?
18,76,764
1926317 Asked
3,689
Active Tutors
1418473
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!