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
Which object wraps the state or data of a user?
How does http session work?
How many validators do ASP.NET have?
What is ispostback method in asp.net? Why do we use that?
How to make paging concepts in datagrid in ASP.NET?
What is ispostback method in asp.net?
Explain method to handle error using HttpError in Web API?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Which data type does the rangevalidator control support?
Can we use a static function with a non-static variable?
How do you use viewstate?
What is is post back property in asp net?
Why is this service branded with windows livetm?
What is the difference between CLICK and MOUSE DOWN Event ?
What is http only cookie?