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
Explain the methods used to render the views in mvc?
Explain Keep method in Tempdata in ASP.Net MVC?
If I have multiple filters implemented, what is the order in which these filters get executed?
Can I uninstall microsoft .net framework?
Does razor engine supports for tdd?
mention what are the various methods provided by the dataset object to generate xml?
Is .net core faster than .net framework?
Mention some action filters which are used regularly in ASP.Net MVC?
What are Validation Annotations?
What is the mvc pattern (model view controller pattern)?
What is Area in ASP.Net MVC?
Which is the root namespace for fundamental types in .net framework?
What is route config?
How to use Jquery Plugins in ASP.Net MVC validation?
What are the sub types of ActionResult?