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 |
Please explain what is heap and what is stack?
Explain what inheritance is, and why it's important?
C++ & C# differences ?
Explain .net framework overview?
What is Code group in .Net with respect to CAS
What is use of ContextUtil class?
Difference abstract class and interface in .net?
How will u load dynamic assembly? How will create assemblies at run time?
Name some of the languages .NET support?
Explain what is an application domain?
What are the different types of assemblies?
Explain code access security.