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


Please Help Members By Posting Answers For Below Questions

Which is the root namespace for fundamental types in .net framework?

651


What is the advantage of using asp.net routing?

678


Explain what is the difference between view and partial view?

681


Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?

595


What is objectcontext? : Entity framework

713






Explain JSON Binding?

736


What is difference between razor and web form engine?

639


Explain how you can send the result back in JSON format in MVC?

672


What are the benefits of .net framework?

650


What is definingquery in entity framework? : Entity framework

635


Can you use Razor code in Javascript in ASP.Net MVC?

762


Are there any parts of the .net framework 3.0 that only work on windows vista?

672


What are Non Action methods in ASP.Net MVC?

687


Explain the role of assembly in the .net framework.

665


what do you mean by table-per-hierarchy?

686