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
How to change the action name in mvc?
If I have multiple filters implemented, what is the order in which these filters get executed?
How do you handle variable number of segments in a route definition?
Give an example for authorization filters in an asp.net mvc application?
What is entitycontainer? : Entity framework
Can a view be shared across multiple controllers? If yes, how we can do that?
What are the main features of asp.net mvc 4 used by asp.net web api?
What are Code Blocks in Views?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Is dapper better than entity framework?
What symbol would you use to denote, the start of a code block in razor views?
what is entity graph in entity framework?
Explain test driven development (tdd) ?
How does �side by side� work for the .net framework 3.0?
What is needed for running an application built on winfx on the .net framework 3.0?