What is CLR?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / anitha
CLR is Comman Language Runtime engine is used to excute the
compiled code.
| Is This Answer Correct ? | 10 Yes | 4 No |
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 |
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 |
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 |
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 |
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 |
There are three versions of VB6--Learning Edition, Professional and Enterprise. Is VB.Net similar?
What is difference between a panel and GroupBox ?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain convert.tostrin?
What is strong typing and weak typing?
What is versioning in .NET?
Explain how the .net framework performs automatic memory management.
Explain internal keyword in .net framework?
What is multiple form in vb?
What are the assembly entry points?
What do you mean by deserialization?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)