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 |
how to face first interview in .NET?
What are the possible razor view extensions?
Explain the advantages of asp.net mvc over asp.net?
Who defines the CAS code groups
Does the .NET Framework have in-built support for serialization?
Explain the methods used to render the views in mvc?
Explain linq to entities? : Entity framework
What's the .NET class that allows the retrieval of a data element using a unique key
Can you explain renderbody and renderpage in asp.net mvc?
What does a viewmodel do?
How to return the JSON from action method in ASP.Net MVC?
what is Thread Priority?