What is CLR?

Answers were Sorted based on User's Feedback



What is CLR?..

Answer / guest

CLR means Common Language Runtime.It is Major component of
the .NET frameworkIt provides no of benefits to the
developers such as Exception handling,Security,Debugging
and Versioning...

Is This Answer Correct ?    59 Yes 7 No

What is CLR?..

Answer / guest

Common Language Runtime is Runtime engine which converts
Microsoft Intermediate Language in machine understandable
code, it is similar to JVM in Java

Is This Answer Correct ?    38 Yes 11 No

What is CLR?..

Answer / kamalakannan.a

CLR is an execution engine for .net.It is used to convert
the highlevel language code into MSIL(Microsoft
Intermediate Language).So this MSIL again converted into
m/c language by JIT compiler(Just In Time).

The CLR is the main coponent for .Net framework.So the .Net
framework supports 44 languages.

kamal...

Is This Answer Correct ?    26 Yes 5 No

What is CLR?..

Answer / jasbir singh thakur

Common Language Runtime (CLR)

working of CLR:-

When the .NET program is compiled, the output of the
compiler is not an executable file but a file that contains
a special type of code called the Microsoft Intermediate
Language (MSIL), which is a low-level set of instructions
understood by the common language run time. This MSIL
defines a set of portable instructions that are independent
of any specific CPU. It's the job of the CLR to translate
this Intermediate code into a executable code when the
program is executed making the program to run in any
environment for which the CLR is implemented. And that's
how the .NET Framework achieves Portability. This MSIL is
turned into executable code using a JIT (Just In Time)
complier. The process goes like this, when .NET programs
are executed, the CLR activates the JIT complier. The JIT
complier converts MSIL into native code on a demand basis
as each part of the program is needed. Thus the program
executes as a native code even though it is compiled into
MSIL making the program to run as fast as it would if it is
compiled to native code but achieves the portability
benefits of MSIL.

Is This Answer Correct ?    20 Yes 5 No

What is CLR?..

Answer / anitha

CLR is Comman Language Runtime engine is used to excute the
compiled code.

Is This Answer Correct ?    10 Yes 4 No

What is CLR?..

Answer / rajesh

Common Language Runtime is Runtime engine which converts
Microsoft Intermediate Language in machine understandable
code, it is similar to JVM in Java

Is This Answer Correct ?    1 Yes 0 No

What is CLR?..

Answer / vinay kumar

It provides an environment for the .net applications to run. It also provides functionalities, such as exception handling, security, debugging, and versioning support to the applications.

Is This Answer Correct ?    1 Yes 0 No

What is CLR?..

Answer / shruti kaushik

it is d most important component of .net framwork. it is a
heart & soul of .net architecture. it provide d execution or
run time enviornment to d .net application(c# program,
vb.net program etc...)
there r sm components of clr, dey r as follows:-
1.comman type system (cts)
2.intermediate language (il)
3.exection support function
4.security
5.garbbage collection
6.class loader
7.memory layout
it is also known as .net runtime.....
it cnverts d il into native executable code through jit(just
in tym) compiler........

Is This Answer Correct ?    1 Yes 0 No

What is CLR?..

Answer / balaji karpurapu

CLR means Common Language Runtime it is the heart of .net
framework in simply we can defined as clr manages the
execution of the program.

Is This Answer Correct ?    3 Yes 3 No

What is CLR?..

Answer / amshed

common language runtime .It is used for and its features are Automatic memory management,
standard type system,
Language interoperability,
platform independence,
security management,
Tye security;

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More VB.NET Interview Questions

Name some of the features present in vb 2005?

0 Answers  


What is sorting in vb?

0 Answers  


Hi I am planning to take interview in VB.net,can any one share your interview Questions for a Entry-level job. Regards Lina

3 Answers  


What is global assembly cache (gac)?

0 Answers  


how to get sum of two numbers in vb.net?

14 Answers   Factorial, Paul Infotech, Satyam,






Described strong typing

0 Answers  


What is sealed class?

0 Answers  


sir i want to ask you that how can i fetch or get sql data into texboxes.where i want to show record in specific texboxes related to student information.when i click on button all data show on texboxes when i put id or name plz inform me on my id

1 Answers  


In vb.net how to connect crystal report?

1 Answers  


Display a roll having minimum marks in two subjects?

1 Answers   Patni,


i had attended to infosys interview on 17th april 2010...on .net..3+ experience .. to my knowledge i did well in technical and they asked me to wait for next process ..so i waited for 15 min ..later one person came and said give 7-10 days time for intimation of next process do they keep technical and hr on different day ...or i loose the interview ..am confused yaar please any say na what accuatly would be happend

4 Answers   Infosys,


Name the class which allows an element to be accessed using unique key?

0 Answers  


Categories