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 typical about a windows process in regards to memory allocation in .net?
What is web.config in .net?
Describe difference between inline and code-behind?
Tell me what is a “jagged array”?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
Describe the Managed Execution Process
What are the fundamental objects in ADO.NET?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
What are Sessions?
What is the use of gacutil.exe?
What is the difference between user control an custom control? Advantages/disadvantages?