what is CLR?

Answers were Sorted based on User's Feedback



what is CLR?..

Answer / k.satymababu

The .net frame work provides a runtime enviornment called
the common language runtime(CLR)

CLR handels the execution of code and provides useful
services fotr the implementation of the program in addition
to execution code.

CLR provides services like
===>Memory management
===>Thread Management
====>Security Management
======>Code Verification

Is This Answer Correct ?    4 Yes 0 No

what is CLR?..

Answer / gyanendra

CLR stands for COMMON LANGUAGE RUNTIME ,BASSICALLY .NET
FRAM WORK SUPPORT SO MANY LANGUAGES LIKE c++, c#, J# ,VB
clr provides common enviornment to execute code .
bcoz source code converts after compilation into microsoft
intermidiate code (msil) or we can say machin code that can
be under stand by CLR .

Is This Answer Correct ?    2 Yes 0 No

what is CLR?..

Answer / prerna

CLR stands for Common Language Runtime.It provides the
ability to write code in .NET compliant languages like
VB.Net,c#,JScript etc.the result is that code written will
be transformed in what is known as MSIL(Microsoft
Intermediate Language) & then can be run using CLR on any
platform.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Securitywise What are the Enhancements in 2.0?

0 Answers   Microsoft,


How can we inherit a static variable?

0 Answers  


Can we throw exception from catch Block?

9 Answers   Accenture, IBM,


what is session . how it is use ?

3 Answers   TCS,


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

0 Answers  






Can I tap into other windows livetm services?

0 Answers  


What does the .webpart file do?

0 Answers  


What are the benefits of Razor View?

0 Answers   NA,


What parameters can you pass in the url of the api?

0 Answers  


About duration in caching technique ?

4 Answers   Accenture,


What do you mean by serialize?

0 Answers  


Which namespace do the classes, allowing you to support COM functionality, are located?

1 Answers  


Categories