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
What is edm designer? : Entity framework
How to change the action name in mvc?
what is entity graph in entity framework?
Is .net framework 4.8 the last version?
Explain the methods used to render the views in mvc?
what do you mean by navigation property?
What is representational state transfer (rest) mean?
What are bundling & minification features in asp.net mvc 4?
What is viewbag title?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is MVVM design pattern?
what is code first approach?
Explain unit test done by tester on development team?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
What is difference between razor and web form engine?