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
Can I set the unlimited length for "maxjsonlength" property in config?
How the ‘page lifecycle’ of ASP.Net MVC does works?
Explain what is routing?
What is code first? : Entity framework
Explain the 'page lifecycle' of an ASP.NET MVC?
Can I add mvc testcases in visual studio express?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What are Action Methods in ASP.NET MVC?
How large is the .net framework 3.0? Does this change make the release larger?
What are bundling & minification features in asp.net mvc 4?
Explain .Net Framework? Why we use it?
What is the use of action filters in an mvc application?
What is entitytypes? : Entity framework
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is the meaning of unobtrusive javascript?