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 is mean by COM (component object model) and component based software development? Is it .NET is first COM based technology? Please answer me. Advance thanks.
Explain dependency resolution?
What is a model in android?
What are the components required to create a route in ASP.Net MVC?
Explain the use of Inversion of control (IOC)?
In Server how to check whether model has error or not in ASP.Net MVC
How does .net framework works?
Explain the difference between viewbag and viewdata in mvc?
How do you create shared assemblies ?
How do I change the permission set for a code group
Explain Sections is ASP.Net MVC?
What is viewbag?