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

How to use multiple submit buttons in asp.net mvc?

577


Explain Sections is ASP.Net MVC?

589


What is razor code?

595


What is session state management?

559


Can you explain renderbody and renderpage in asp.net mvc?

550






What is the use of viewmodel in mvc?

610


How to update one of my table in database at 4pm every day how it is possible?

546


What are the options can be configured in AJAX helpers?

583


What is associationset? : Entity framework

558


Difference between ASP.NET MVC and ASP.NET WebForms?

562


What is the use of the default route {resource}.axd/{*pathinfo} ?

551


What are the 2 popular asp.net mvc view engines?

515


Explain the advantages of dependency injection (di) in asp.net mvc?

564


What is the use of display modes?

574


Can I use razor code in javascript in asp.net mvc?

535