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 is command line compiler.what are the steps and how it is related to debugging.

0 Answers  


How does asp page work?

0 Answers  


What is Web Gardening? How would using it affect a design ?

1 Answers   Infogain,


what is the dllhell? why we use the dllhell?

4 Answers  


is it possible to use web site without web server from remote place?

1 Answers   ABC, Mannar Company, Quadrant,






What are the navigation ways between pages available in ASP.NET?

0 Answers   Winsol Solutions,


how to increase performance of web site? if there is a page with high load. the content is high then what should we do to increase performance?

3 Answers   Emphasis, Mphasis, TCS,


What does asax stand for?

0 Answers  


Describe the difference between inline and code behind?

2 Answers  


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

0 Answers   Siebel,


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

0 Answers  


Categories