What does CLR do after the IL is generated and machine
language is generated .Will it look for main method ?



What does CLR do after the IL is generated and machine language is generated .Will it look for main..

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

Post New Answer

More Dot Net Framework Interview Questions

What is the need of .Net framework ?

1 Answers  


what is use of entity container?

0 Answers   Microsoft,


How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?

0 Answers  


what is entity data model?

0 Answers   Microsoft,


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

0 Answers  






What is meant by domain model?

0 Answers  


What is the difference between viewbag and viewdata in asp.net mvc?

0 Answers  


What is the difference between model and entity?

0 Answers  


How we can add the CSS in ASP.Net MVC?

0 Answers  


Why to use Html.Partial in ASP.Net MVC?

0 Answers  


In which assembly is the mvc framework defined?

0 Answers  


How we can call a javascript function on the change of a dropdown list in mvc?

0 Answers  


Categories