What is the Common Language Runtime?
Answers were Sorted based on User's Feedback
Answer / ezhilarasi.k
It is the virtual machine component of .net.
At compile time,a .net compiler converts source code into
CIL code.
At runtime, the CLR's just in time compiler converts the
CIL code into code native compilation
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
it is a set of standard resource that any .Net programee
can take advatage of writeen in any language regardless of
the programming language it is using. it is the environment
under which .Net programme runs.
the resources are: 1. OOPS , 2. Security Model , 3. Type
System , 4. All .Net Base Classes , 5. All .Net FrameWork
Classes , 5. Execution & Code Management , 6. IL to Native
Language Translator and otimizers.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satyambabu
CLR means commaon language runtime for the dot net frame
work.
it is the frame work layer that resides above the operating
system and handels/ manages the execution of the .net
applications.our .net programs don't directly communicate
with the operating system but through CLR.
OUT .NET APPLICATION--->>CLR--->WINDOWS OS
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kishore
CLR Means Common Language Runtime.Thats Only i know.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / saeed
common language runtime is responsible memory
management,starting up threads and process and ending them
and looking after security at runtime and it unifies
various frameworks as one need not require to know about
diffrent languages framework.as CLS(common language
specification) takes care of converting the code to MSIL
(microsoft intermediate language )later which is converted
machine code by JIT(just in time compiler)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sanjivani
All Languages have runtime and its the responsibility of the
runtime to take care of the code execution of the
program..NET has CLR.
CLR is responsible for GC,CAS,Code Verification,IL
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / devendra kumar dwivedi
CLR is the common language runtime environment that managed
the code at execution time irrespective of what language you
will choose to write your application. CLR managed the code
for all.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krish
The Common Language Runtime (CLR) provides support for powerful, static languages like Visual Basic© and Visual C#©, and the advent of the Dynamic Language Runtime (DLR) means that dynamic languages, such as Managed Jscript, IronRuby and IronPython, are also supported.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tpk
Clr in .net will peovide many functionalities like
Language interoperabality
Garbage collection
security and many more functionalities.
| Is This Answer Correct ? | 1 Yes | 2 No |
Which control is an example of an object in vb net?
i could not run my application in any computers if i want to run it i have to install the full version of visual studio 2005. it is really hard and feel embarrassing in front of the people though i installed .net framework where goes wrong
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Can you please explain the difference between value and reference types?
how to get sum of two numbers in vb.net?
14 Answers Factorial, Paul Infotech, Satyam,
What do you mean by serialization and deserialization?
Display a roll having minimum marks in two subjects?
Why do we use byref keyword in vb.net?
What is the difference between convert.tostring and .tostring() method?
Explain an assembly and its use?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
how to connect crystal report with vb.net ?
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)