What does CLR do after the IL is generated and machine
language is generated .Will it look for main method ?
Answer Posted / 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 |
Post New Answer View All Answers
Does razor engine supports for tdd?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What is viewdata?
What is controllercontext?
What are html helpers in asp.net mvc?
What is conceptual model? : Entity framework
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
Explain dependency resolution?
what is use of entitydatasource control?
what is use of entity container?
How can I return string result from action in asp.net mvc?
Explain the request flow in asp.net mvc framework?
What is entityset? : Entity framework
What are the components of the .net framework.