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 |
Is .net core replacing .net framework?
How do you enforce garbage collection in .NET
What does CLR do as soon as an assembly is created ?
What are the different types of filters, in an asp.net mvc application?
Is it possible to use multipe inheritance in .net
what is model first approach?
What is net framework 3.0 ?
What are the benefits of .net framework?
What are ajax helpers in mvc?
What is rxjava used for?
What is the need of Action Filters in ASP.Net MVC
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?