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 dapper better than entity framework?
What is orm entity framework?
How Garbage Collector identifies the objects which are not in use?
6 Answers EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,
Can I look at the IL for an assembly
what is complex type?
About .NET Framework ?
What is the need of .Net framework ?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
how to maintain the session state? what is Abstract class and interface and inheritence with example?
what are abstract classes? what is overriding?
What is Reference type and value type
How to change the action name in mvc?