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
What is entity sql? : Entity framework
What is viewbag?
What is razor code?
Explain Model, view and Controllers in Asp.Net MVC?
what is lazy loading in entity framework?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
what is deferred loading(lazy loading)?
What is display mode in mvc?
When will the .net framework 3.0 be released?
What are ajax helpers in asp.net mvc?
How we can register the Area in ASP.Net MVC?
what is code first approach?
Which filter executes first in an asp.net mvc application?
List the new features added in .net framework 4.0.
What is storage model? : Entity framework