What is CLR and how it generates native code ?



What is CLR and how it generates native code ?..

Answer / narayansahu

CLR stands for Common Language Runtime. It's the runtime
environment of .Net Framework. It has one component called
JIT or JITTER (Just in time translator) which is
responsible for translating code from MSIL To Native code
on the fly.

The scene is like this on source machine
Any .net------> CLR-> MSIL Code
compliant code
On Detination MAchine
MSIL Code --> CLR(JIT)----> NAtive code--> os

Is This Answer Correct ?    33 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

What is mapping in entity framework? : Entity framework

0 Answers  


What is the difference between string and String

1 Answers  


How to return the JSON from action method in ASP.Net MVC?

0 Answers  


Why to use html.partial in mvc?

0 Answers  


What is Differnce between html.action and ajax.action?

0 Answers   HCL,






How do you do role based security ?

1 Answers   Accenture, BirlaSoft,


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

0 Answers  


What are html helpers in asp.net mvc?

0 Answers  


What are the advantages of razor view engine?

0 Answers  


What is Layout in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


I can't be bothered with all this CAS stuff. Can I turn it off

1 Answers  


How to make sure Client Validation is enabled in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Categories