What is clr? How does work clr & wht is work of clr?



What is clr? How does work clr & wht is work of clr?..

Answer / Mohit Sharma

CLR stands for the Common Language Runtime. It's a key component of the .NET Framework and provides an execution environment for .NET applications. nnThe CLR works by compiling high-level programming languages like C#, F#, or VB.NET into an intermediate language called MSIL (Microsoft Intermediate Language). The CLR then converts MSIL into native machine code at runtime using the JIT (Just-In-Time) compiler.nnThe main work of the CLR is to manage the runtime environment for .NET applications, including memory allocation, garbage collection, exception handling, thread management, and security.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

1 Answers  


What is the difference between model and entity?

1 Answers  


What is mvc entity framework?

1 Answers  


explain lazy loading, eager loading, and explicit loading?

1 Answers   Microsoft,


In Server how to check whether model has error or not in ASP.Net MVC

1 Answers   B-Ways TecnoSoft,


What is html.renderpartial?

1 Answers  


what is entity graph in entity framework?

1 Answers   Microsoft,


What are bundling & minification features in asp.net mvc 4?

1 Answers  


What are the methods in Thread class?

3 Answers  


What's an interface

1 Answers  


What are the ways to deploy an assembly?

3 Answers  


Where is tempdata stored?

1 Answers  


Categories