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

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

0 Answers  


How does the .net framework 3.0 relate to the .net framework 2.0?

0 Answers  


What is difference between shared and public

1 Answers  


why DotNetFramework is included in building a software

0 Answers   Infosys, Symphony,


Explain the .net framework.

0 Answers  






Explain the types of Scaffoldings.

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

7 Answers   Kanbay,


What is GUID and why we need to use it and in what condition? How this is created

1 Answers  


IS MS.Net platform independent or dependent?

19 Answers   Infosys, Ksb, Satyam,


Difference between manifest , metadata?

3 Answers   Soma Technology, TCS,


Can you write a class without specifying namespace? Which namespace does it belong to by default?

1 Answers  


What are the types of assemblies and where can u store them and how ?

11 Answers   Accenture, BirlaSoft, IBM,


Categories