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 you implement encapsulation in asp.net?
What is difference between asp state management and asp.net state management?
What is a ashx file?
Web API uses which library for JSON serialization?
What is Pre-Render event in ASP.NET?
What is Web API?
How you can stop the validation of ASP.NET controls from client side?
What is an assembly? Explain its parts.
How does asp page work?
Can we use MSSql as backend in asp.net...if yes then How.?
What is the use of autowireup in asp.net?
Define satellite assemblies.
Is asp.net mvc still used? : Asp.Net MVC
Give me one example of Web API Routing?
Explain the main differences between asp and asp.net?