What is CLR?
Answers were Sorted based on User's Feedback
Answer / suwarna
CLR is common language runtime
firstly code is compile into clrs IL and then it translate into machine readable code
services:
garbage collection
code varifiction
managed code
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / yogesh puranik
1:clr is a common language runtime which is foundation of vb.net .
2:which takes a major part in execution of code at run time.
3:The code managed by the clr is called managed code and other are called as unmanaged code.
4:The compiler compiles the code in Microsoft intermidiate language(MSIL) which is ununderstandable the clr with the help of Just In Time compiler (JIT) converts into understandable form.
5:Clr manages the memory by allocating it according to users expectations or fixed size.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chanda k. yadav
CLR is abbrevated as Common Runtime language. It is an
execution environment which is responsible for managing
runtime code and application
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / krishna
CLR is a component of .net framework.it works as a heart
of .net .it provide the no. of facilities to user for
the .net program execution ,it manages all the task related
to program execution.
| Is This Answer Correct ? | 1 Yes | 2 No |
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 ? | 0 Yes | 2 No |
Answer / nidhi
Full of CLR is Common Language Runtimeand its forms the
heart of thye .NET Framework. All language have rumtime and
its the responsibility of the runtime to take care of the
code execution of the program.
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / satvik
CLR is the execution engine of .net. whenever an execution
command is given the cls progra activates a 'jit' compiler
which inturn interprets the program according to the
operating system standards and then execution takes place
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / pallavi jadhav
CLR actually take care ofentire execution, memory managment
of .net applicatin.COde that u developed with alanguage
compiler that targets runtimeis called as managed code; it
benifits from from feature such as cross language
integartion, cross-language exception handlaing, enhance
securityversion & deployment support
This runtime is allocated by visual studio.NET IDE is
called as runtime host.
it's benifitsw are
1.it improve Performance
2.ability to easily use compopnant developed in other
languages
3.Cross language integration,espacially cross-language
inheritance
4.Garbage collection
5.slf describing obj which makes using IDL unnecessary
6.The ability compile once & run on any CPU & operating
system that support the runtime
| Is This Answer Correct ? | 5 Yes | 10 No |
Answer / jagadeesh
CLR is the execution engine of .net. whenever an execution
command is given the cls progra activates a 'jit' compiler
which inturn interprets the program according to the
operating system standards and then execution takes place
| Is This Answer Correct ? | 3 Yes | 9 No |
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
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
Write a VB.Net console program to check whether a number is perfect or not.
What is the difference between value and reference types?
What is the differnce between managed code and unmanaged code?
What is code access security?
What is multiple form in vb?
List the types of authentication?
Where would you use Abstract class and Interface?
Explain how can we remove handlers at run time?
What is datatype conversion?
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)