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
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is web api vs wcf?
Where session id is stored?
What are the types of authentication in asp.net?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Mention few asp.net validators.
calling result set one procedure to anothar procedure in sql2000
What are the validation controls available in ASP.NET?
Out of ASP or ASP.NET which one is stateless?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is the use of session?
Why is mvc better than asp.net?
Can we have a web application running without web.config file?
How can we identify that the page is post back in asp net?
What are the Difference between asp.net and asp ?