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

What are the best practices to follow to secure connection strings in an ASP.NET web application?

0 Answers   MCN Solutions,


How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


What is the difference between session.abandon() vs clear()?

0 Answers  


How does the cookies work in asp.net?

0 Answers  


Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,






How does u get record no from 5 to 15 from a dataset of 100 records?

0 Answers  


How does asp net store session ids by default?

0 Answers  


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


What is the differences between a primary key and a unique key in sql server?

0 Answers  


What methods are fired during the page load?

1 Answers  


How to kill session?

18 Answers   Protech,


How does the service stream content?

0 Answers  


Categories