Answer Posted / jaylem chaudher
Before MSIL(MS Intermediate Language) can be executed, it
must converted by .net Framework Just in time (JIT) compiler
to native code, which is CPU specific code that run on some
computer architecture as the JIT compiler. rather then using
time and memory to convert all the MSIL inb portable
executable (PE) file to native code,it converts the MSIL as
it is needed during execution and stored in resulting native
code so it is accessible for subsequent calls.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the difference between custom web user control and a custom web server control?
Why is it preferred to not use finalize for clean up?
How do I send an email message from my ASP.NET page?
Is react a template engine?
Explain culture and uiculture values.
How does asp.net work?
Explain exception handling in .net.
What is web router?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Why the javascript validation not run on the asp.net button but run successfully on the html button?
How do u declare static variable and how it is declared and what is its lifetime?
Name the tools or API for developing or testing web api?
In how many ways we can retrieve table records count?
How to rename a table using sql queries?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks