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 |
What is the best way to crack the certification?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
How to spawn a thread?
What relationship is between a process, application domain, and application?
What is a .DLL and .EXE files called in .NET?
What are the drawbacks for Model-View-Controller Architecture?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Explain what does managed mean in the .net context?
Which dll translate xml to sql in internet information server (iis)?
What are code contracts?
Explain what inheritance is, and why it's important?
What are the different types of memory in .net?