Answer Posted / guest
A Microsoft server-side Web technology. ASP.NET takes an
object-oriented programming approach to Web page execution.
Every element in an ASP.NET page is treated as an object and
run on the server. An ASP.NET page gets compiled into an
intermediate language by a .NET Common Language Runtime-
compliant compiler. Then a JIT compiler turns the intermediate
code to native machine code, and that machine code is
eventually run on the processor. Because the code is run
straight from the processor, pages load much faster than
classic ASP pages, where embedded VBScript or JScript had to
be continuously interpreted and cached.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does output caching work in ASP.NET?
What’s the difference between asp.net web forms and asp.net mvc?
What is the difference between the response.write() and response.output.write() methods?
What are the disadvantages of view state?
Which object encapsulates state or data of a user?
Is it possible for me to change my aspx file extension to some other name?
What is loop in asp.net?
A web service can only be written in .net? State whether true or false.
What is the life cycle of web page?
What is the difference between equals() and == in c#?
Can you use c# without .net?
What is the difference between session object and application object?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How to turn off cookies for a page?
Why we use content place holder in asp.net?