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 are attributes

1 Answers  


What is Area in ASP.Net MVC?

0 Answers  


Is .net framework 4.8 the last version?

0 Answers  


What is NonActionAttribute ?

0 Answers   Cognizant,


What is the difference between managed and unmanaged code?

12 Answers   IBM,


can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?

1 Answers   TCS,


I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?

2 Answers   IBM,


What is serialization in .NET? What are the ways to control serialization?

2 Answers  


What is renderbody?

0 Answers  


What is the need of Action Filters in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


what is complex type?

0 Answers   Microsoft,


What is the advantage of mvc?

0 Answers  


Categories