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
Do I need to have the latest version of windows media player installed?
Explain the difference between inline and code behind - which is best in?
What is the difference between trace and debug in asp.net?
What are the namespaces used in asp.net mvc? : asp.net mvc
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is server transfer?
Where do we store our connection string in asp.net application?
What is a response cookie?
What is the purpose of asp.net?
What is the function of the ViewState property?
What is the difference between stored procedure vs function?
How can you handle exceptions in asp.net?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Is asp.net is a programming language?
What is asp.net futures?