What is CLR and how it generates native code ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can call a javascript function on the change of a dropdown list in mvc?

559


mention in what all scenarios entity framework can be applicable?

956


mention what is code first approach and model first approach in entity framework?

612


What is difference between html.beginform and ajax.beginform?

594


Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?

535






Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

531


Is razor a server side?

520


How we can add the css in mvc?

572


Explain tempdata in asp.net mvc?

586


If I have multiple filters implemented, what is the order in which these filters get executed?

511


Is it possible to create a custom filter?

555


differences between poco, model first and data first approach?

580


Does windows 10 need .net framework?

518


What is ViewStart Page in ASP.Net MVC?

563


What are the advantages of asp.net mvc?

547