Major role of CLR for CAS

Answers were Sorted based on User's Feedback



Major role of CLR for CAS..

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

Major role of CLR for CAS..

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

Post New Answer

More Dot Net General Interview Questions

What are the different parts of an Assembly in .Net?

1 Answers  


What are nullable types in .NET

0 Answers   TryTechnicals Pvt Ltd,


What are multicast delegates?

0 Answers  


State the methods used during deserialization and serialization process.

2 Answers  


Readonly vs. const?

2 Answers   Hewitt,






How can I get at the win32 api from a .net program?

0 Answers  


What is boxing in .NET?

1 Answers  


Why do we use msmq?

0 Answers  


1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???

3 Answers  


What data providers available in .net to connect to database?

0 Answers  


What is the Difference between imperative and interrogative code?

2 Answers  


Where?s Windows service database located?

2 Answers  


Categories