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 can we pass info between 2 asp.net pages?
How do you open a page in a new window?
Is viewstate secure?
Why is mvc better than asp.net?
Why asp.net is used?
Explain how dot net compiled code will become platform independent?
What are the various types of validation controls provided by asp.net?
Which object encapsulates state or data of a user?
How do you store a value in viewstate and retrieve them?
How does a content page different from a master page?
About CLR, reflection and assemblies?
How do you hide the columns?
What are custom user controls in asp.net?
Name the namespace which is used by ado.net?
Explain what does mvc represent in asp.net? : asp.net mvc