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 |
What's an interface
How can you return string result from Action in ASP.Net MVC?
Can I redirect tracing to a file
Is .net core faster than .net framework?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
im software developer (.net). i goth1b (usa )appointment 30th of this month . chennai people asking responsbilities .can anyone wht responsbilities i need say . plz help me
Can I use razor code in javascript in asp.net mvc?
What are actions in mvc?
How to return the JSON from action method in ASP.Net MVC?
Which are the abstract classes available under system.xml namespace
Explain bundle.config in mvc4?
Tell me about the internal working of Garbage collector?