Answer Posted / naren
CLR : Common Language Runtime is a runtime environment that
manages the execution of .Net code and provide services like
memory management, debugging, security, etc. The CLR also
known as Virtual Execution System(VES).
| Is This Answer Correct ? | 25 Yes | 6 No |
Post New Answer View All Answers
What is assemblies in .net?
What is the difference between response.write & response.output.write?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What is singlecall activation mode used for in .net?
What is value type and refernce type in .net?
What is "common language runtime" (clr) in .net?
What is .net technology?
How to instantiate a delegate?
What is shared and repeatable inheritance?
Can I write il programs directly?
How can you assign an rgb color to a system.drawing.color object?
What are the properties of ADO.NET?
Difference between machine.config and web.config?
How to create multiple inheritance in c#, with example?
What is .net3.5?