Answer Posted / 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 |
Post New Answer View All Answers
Can you clarified A Web service can only be written in .NET or not?
How many types cache in asp net?
how to debug web services on consumer side?
Name the tools or API for developing or testing web api?
Where is asp.net session stored?
Explain the server control events of asp.net ?
Explain automatic memory management in .net.
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Why select Web API?
What is scope of an application variable in asp.net?
What are the different types of validation controls in asp.net?
What is ashx file in asp.net?
Explain what is clr?
How to prepare culture-specific formatting in .net.
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?