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 |
What is .net framework & its benefits?
How we can add the CSS in ASP.Net MVC?
What are actions in mvc?
How to use Jquery Plugins in ASP.Net MVC validation?
About DTS package ?
1 Answers Accenture, Grafotech,
Explain peek method in tempdata in asp.net mvc?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
what is split entity?
Can you set the unlimited length for "maxjsonlength" property in config?
what is msl?
Explain RenderBody and RenderPage in ASP.Net MVC?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?