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
What's the ASP.Net Application life cycle?
What are server activated objects?
What are session objects?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is http post and http get?
What is smpte vc-1?
What is mvc in asp.net interview question? : Asp.Net MVC
In a Repeater control how one can provide an alternating color scheme ?
How long do session variables last?
What are the various types of cookies in asp.net?
Why Unload event of MasterPage Calls first in ASP.net ?
Explain what is event bubbling?
How does u call and execute a sp in .net?
What is active web pages?
Which is faster union or union all?