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

What operating systems will the .net framework 3.0 be available for?

570


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

555


Which version of .net framework is installed?

495


Why to use html.partial in mvc?

721


What is separation of concerns in asp.net mvc?

601






What is filters in web api?

515


What is a model in programming?

555


Briefly describe the roles of clr in .net framework?

549


What is html.renderpartial?

569


What is .net core framework?

532


What is the difference between tempdata and viewbag?

499


What is the 'page life cycle' of an ASP.NET MVC?

610


Name a few different return types of a controller action method?

541


What is iobjectset? : Entity framework

590


What you mean by routing in asp.net mvc?

547