Major role of CLR for CAS
Answers were Sorted based on User's Feedback
Answer / rajesh
It is a part of .NET security model that determines whether
or not a piece of code is allowed to run and what resources
it can use while running
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / 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 |
How to customize the trace output?
How will you load an assembly which is not referenced by current assembly?
What's typical about a windows process in regards to memory allocation in .net?
What is boxing?
What is an Interface? Have you ever developed an Interface.
What is the Difference between directcast and ctype?
Please explain what are an inheritance, polymorphism, and encapsulation?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
Why is .net used?
Explain what are the deferred execution and the immediate execution in linq?
What is the difference between reference type and value type?
What is the difference between response.redirect & server.transfer?