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 union and structure?
Explain the purpose of storyboard.targetproperty.
What is the difference between viewstate and hidden field in asp.net?
Which object wraps the state or data of a user?
What is the difference between c# and .net?
What kind of data we can store in viewstate?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is inheritance and an how it be used, example with an example?
COM+ Used ________________ Isolation Level
What are triggers of an updatepanel?
What is state management technique?
Explain the use of resource manager class in .net.
Does web services support data reader like pom project?
Define caching.
What are the various types of validation controls provided by asp.net?