what is clr .



what is clr ...

Answer / alb.shah

clr is the common language runtime. it is take care of
execution the programe.
responsiblites:
garbage collection
msil
code verification
code access security

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What language is asp.net written in?

0 Answers  


how we declare interface

2 Answers  


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,


Can we Run the Application without Build

3 Answers   Emphasis,


Is asp.net easy to learn?

0 Answers  






What is bson in web api?

0 Answers  


Types of exceptions in dot net???

1 Answers   TCS,


what are the web form events available in asp.net?

0 Answers  


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


How does session authentication work?

0 Answers  


What is the biggest disadvantage of “Other Return Types” in Web API?

0 Answers  


What can you do with asp.net?

0 Answers  


Categories