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 |
Directcast(123.34,integer) - should it throw an error? Why or why not?
Difference between machine.config and web.config?
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
What is delegation in .net?
What are server controls?
What is RCW (Run time Callable Wrappers)?
Is there built-in support for tracing?
What is .net latest version?
Who is using .net core?
Can a try block have more than one catch block?
What method do you use to explicitly kill a users session? How?
What is interface and abstract class in .net?