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
why DotNetFramework is included in building a software
What is edm in entity framework?
how can you enhance the performance of entity framework?
What is controllercontext?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
What operating systems will the .net framework 3.0 be available for?
What is layout in mvc?
What is the significance of nonactionattribute?
Mention some action filters which are used regularly in ASP.Net MVC?
What is a model in android?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is the difference between windows vista and .net framework 3.0 ?
what is explicit loading?
How can you return string result from Action in ASP.Net MVC?
Explain the types of Scaffoldings.