What does CLR do after the IL is generated and machine
language is generated .Will it look for main method ?
Answer / priya
Once IL and Machine Language is generated, by using CLR, JIT
(just in time) compiles the IL files, where it converts the
code to Operating System understandable.
CLR translates this MSIL code into an executable code when
the program is executed making the program to run in any
environment for which the CLR is implemented.
When .Net program is executed CLR activates the JIT
compiler, where JIT compiler converts MSIL code into native
code (OS understandable).
| Is This Answer Correct ? | 1 Yes | 0 No |
Is .net core replacing .net framework?
What is poco proxy? : Entity framework
I am going for H1B visa interview, I am not having bank statement ,is it neccesary for stamping process? how to handle the,consulate people without that statement ?
How route table is created in ASP.NET MVC?
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
Explain the new features added in version 4 of mvc (mvc4)?
How does the 'page lifecycle' of asp.net mvc works?
Can I redirect tracing to a file
What does mvvm mean?
Why should we go for entity framework?
Is it possible to cancel filter execution?
What is side by side Execution ?