Explain about the Common Language Runtime?



Explain about the Common Language Runtime?..

Answer / Rajdeep Singh

The Common Language Runtime (CLR) is a key component of the .NET Framework. It provides services such as memory management, type safety, security, and exception handling. The CLR also includes a garbage collector to automatically manage memory allocation and deallocation.nnWhen you write code in a .NET language like C# or VB.NET, the code is compiled into an intermediate language called Common Intermediate Language (CIL). The CLR then compiles the CIL into native machine code at runtime, allowing your application to run on various platforms and operating systems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain the difference between asp.net and asp?

1 Answers  


Explain code access security.

1 Answers  


What is CCW (COM Callable Wrapper)

1 Answers  


What is common language specification (cls)?

1 Answers  


What are virtual destructures?

1 Answers  


Can any object be stored in a viewstate in .net?

1 Answers  


What is model-view -controller Architecture?

1 Answers  


What is func in .net 3.5?

1 Answers  


What is a delegate in .NET?

1 Answers  


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

1 Answers  


Explain the garbage collection process?

1 Answers  


What are the important components of .net?

1 Answers  


Categories