What is "common language runtime" (clr) in .net?



What is "common language runtime" (clr) in .net?..

Answer / Manoj Kumar Baranwal

The Common Language Runtime (CLR) is the core component of the .NET Framework. It provides services for application execution, memory management, exception handling, security, and interoperability with unmanaged code. The CLR compiles managed code into an intermediate language (IL), executes it, and manages resources such as memory, threads, and exceptions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What are the different types of remote object creation mode in .net?

1 Answers  


i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net

1 Answers  


Why you want to leave your previous company.

1 Answers  


What are the different types of Classes in .NET?

1 Answers   PUCIT,


How many types of transactions are there in com + .net ?

1 Answers  


Can you share processes between Windows services?

2 Answers  


What is "common language specification" (cls) in .net?

1 Answers  


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

1 Answers  


Is there any thread in our .net programs?

1 Answers  


What are situations when you register .NET assembly in GAC ?

1 Answers   UGC Corporation,


What is 'Common Type System' (CTS) in .NET?

1 Answers   NA,


What are the contents of assembly?

4 Answers  


Categories