What is the roll of JIT in asp.net?
Answers were Sorted based on User's Feedback
Answer / abc
JIT convert Intermediate languge(IL) to machine code at run
time or at the point where the software is installed.
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / sandeep
JIT convert Intermediate languge(IL) to machine code at run
time or at the point where the software is installed.
1)Pre JIT - JIT convert Intermediate languge(IL) to machine
code before compilation time
2)Eco JIT -JIT convert Intermediate languge(IL) to machine
code At the time of compilation
3)Normal JIT - JIT convert Intermediate languge(IL) to
machine code After the time of compilation
| Is This Answer Correct ? | 20 Yes | 5 No |
Answer / 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 |
Answer / jerry joseph
The common language runtime just-in-time (JIT) compiles
ASP.NET managed page code to the native code of the
processing server at run time.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / ravi
JIT allows parts of your application to execute when they
are needed.
| Is This Answer Correct ? | 9 Yes | 9 No |
Answer / ashwani sharma
it compiles the sourcec code jit and it is doesnt compiles
hole code only the code is to be executed is compiled
| Is This Answer Correct ? | 2 Yes | 2 No |
How does asp.net page work?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
is gateway for sms continue connected for sending sms.how?
Difference between .NET and previous version?
How many types of page.
5 Answers TCS, Verinon Technology Solutions,
Can viewstate be accessed in another page?
Can you explain composite pattern?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is autopostback in dropdownlist in asp net?
how many script manager controls are used in Ajax web page?
7 Answers CSC, Health Prime Services, TCS,
How many view state can be hold by a aspx page ?
What are Master Pages in ASP.NET?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)