what is clr . how we access them?
Answers were Sorted based on User's Feedback
Answer / sk sultan ahmad
It is the heart of dot net technology.It take our application which written in .net and convert it into machine understanding code and then execute it.CLR(common language runtime)is interface between application and operating system.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
Full form of CLR is Common Language runtime. It is heart
of .Net frame work. All languages have runtime such as vb6
has MSVBVM60.dll, java has java virtual machine. There are
various responsibilities of CLR such as Garbage Collection,
Memory Management, Code Access Security etc.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / michael jerold
clr is the common language runtime. it is take care of
execution the programe.
responsiblites:
garbage collection
msil
code verification
code access security
Is This Answer Correct ? | 0 Yes | 0 No |
What are the parts of an http response?
When would you set a control's AutoPostBack property to true?
In Code-Behind class which kind of code (server or client) is found ?
if we establish the cinnection with connection string tag in web.config file,can i go for encrypt and decrypt with that?
Can a master page have more than one contentplaceholder?
Explain current thinking around IClonable.
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is a 401 redirect?
How would ASP and ASP.NET applications run at the same time on the same server?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
How can you display all validation messages in one control?
Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications