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 the ‘page lifecycle’ of ASP.Net MVC does works?
What are sections?
What are Code Blocks in Views?
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
Which is the institute which also caters to your personal development other than subject.
How can I return string result from action in asp.net mvc?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is meant by domain model?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
What are html helpers in asp.net mvc?
What are the advantages of asp.net mvc?
Which are the important namespaces used in ASP.Net MVC?