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 |
Explain .net framework overview?
What is the difference between user control an custom control? Advantages/disadvantages?
What is reflection and what is it for?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What is multiThreading in .NET?
What is new in .net core?
Explain the different parts of an assembly?
What is boxing and un-boxing in .net?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What is an Interface? Have you ever developed an Interface.
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?