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
Possible ways to prevent xss attacks on mvc application?
Is it possible to create a custom filter?
What is the use of viewmodel in mvc?
what is entity graph in entity framework?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
mention what is the key advantage of using entity framework or ef?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What does a viewmodel do?
Explain test driven development (tdd) ?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is the use of view model in asp.net mvc?
what is split entity?
What is viewstart page in mvc?
List out few different return types of a controller action method?
What is iobjectset? : Entity framework