Answer Posted / suresh mediboyina
CLR is Excutive environment of .NET Applications.
.Net source code converted into MSIL code and then CLR
converts machine understanable code by using JIT compliers.
CLR takes care about of Code Access Security,Gerbage
Collector,Converting compile code to mechine understable
code,versioning and etc
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What are the built-in objects in asp.net?
What is difference between ispostback and autopostback in asp net?
What are the advantages of asp.net?
Why select Web API?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Explain how dot net compiled code will become platform independent?
What is difference between inproc and outproc?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Explain in what order a destructors is called.
Where is asp.net view state stored?
Which is better session or viewstate?
In which event are the controls fully loaded?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?