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
Is .net a compiler?
What is Complex Class in .NET?
How is .net core cross platform?
How do you generate a strong name?
How does u handle this COM components developed in other programming languages in .NET?
Tell us the difference between managed and unmanaged code?
Explain Different kinds of methods?
Explain about .net assemblies?
What are the new features in .net core?
Can any object be stored in a viewstate in .net?
Explain the difference between the while and for loop.
What is the concept of inheritance in .net?
Explain the .net framework overview?
Explain me what is a design pattern and what is it for?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?