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 is view state and how it works in asp net?
What is active web pages?
Web API uses which library for JSON serialization?
What do you mean by authentication?
How can we create a website?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How to find out what version of asp.net I am using on my machine?
What is the concepts of globalization and localization in .net?
How use Xml data in ASP.net?
What is authentication in asp.net?
What is form method?
How to make paging concepts in datagrid in ASP.NET?
What is enableviewstate?
What kind of data we can store in viewstate?
In how many ways we can retrieve table records count?