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

Explain the methods used to render the views in mvc?

776


Explain Keep method in Tempdata in ASP.Net MVC?

771


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

719


Can I uninstall microsoft .net framework?

752


Does razor engine supports for tdd?

927


mention what are the various methods provided by the dataset object to generate xml?

802


Is .net core faster than .net framework?

756


Mention some action filters which are used regularly in ASP.Net MVC?

748


What are Validation Annotations?

772


What is the mvc pattern (model view controller pattern)?

772


What is Area in ASP.Net MVC?

816


Which is the root namespace for fundamental types in .net framework?

760


What is route config?

728


How to use Jquery Plugins in ASP.Net MVC validation?

744


What are the sub types of ActionResult?

803