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
Is razor a programming language?
How do u declare static variable and how it is declared and what is its lifetime?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is server components?
What are the elements of a website?
How use Xml data in ASP.net?
Describe session handling in a webfarm?
Write a code snippet to implement the indentation in json in web api.
What is content page in asp net?
How does u get record no from 5 to 15 from a dataset of 100 records?
What are the uses of list view control in Asp.net?
Describe the method to create a permanent cookie?
What is AutoEventWireup attribute for ?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is difference between abstract class and an interface?