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 |
Explain the difference between asp.net and asp?
Explain code access security.
What is CCW (COM Callable Wrapper)
What is common language specification (cls)?
What are virtual destructures?
Can any object be stored in a viewstate in .net?
What is model-view -controller Architecture?
What is func in .net 3.5?
What is a delegate in .NET?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain the garbage collection process?
What are the important components of .net?