Answer Posted / mohd. faizaan
CLR is considered as the heart of .net framework, if your
CLR is not enable,you won't be to compile your application
and the code that runs under CLR is known as managed
code,this also ensures code access security by eliminating
the objects those are no longer in use thus automatically
mahages memory.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What does stateless mean?
What is dot net architecture?
What is the base class of Button control in .NET?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Explain what are an object and a class?
Difference between dispose and finallize method?
Explain me what is a design pattern and what is it for?
What is finalize method in .net?
What’s different between process and application in .net?
Explain the procedure to add assemly to gac to make it shared one?
What is managed code execution?
What do you mean by Driver Script?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is COM Interoperability in .NET
Which dll is required to translate xml to sql in internet information server (iis)?