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 use of session?
Write some code using interfaces, virtual methods, and an abstract class`
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Explain asp.net application life cycle?
Can user control be stored in library?
What is Cookies Less Session?
What is bson in web api?
Why is global asax is used?
how to write html code with ssl
what are configuration files?
What are triggers of an updatepanel?
Does web services support data reader like pom project?
Why do we use web config?
Explain the asp.net page life cycle.
What is httpresponse?