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
Explain how viewstate is being formed and how it's stored on client in .net?
How does u handle this COM components developed in other programming languages in .NET?
What is singlecall activation mode used for in .net?
Describe difference between inline and code-behind?
Explain what is heap and what is stack?
What is class library in .net
Do you know what's the difference between .net and laravel?
What do the terms “boxing” and “unboxing” mean?
How can you turn-on and turn-off cas?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What is file extension of Webservices in .Net?
How many types of generations are there in a garbage collector?
Can you write a class without specifying namespace?
What makes .net core cross platform?
Can a dll be changed to an exe?