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 are the validation controls available in ASP.NET?
What is the difference between cache and cookies?
What are the Types of chaching. How to implement caching
What are the differences between application object and session object?
What does mean by a neutral culture?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
What are sql notifications and sql invalidations?
What are the differences between code behind and code inline?
Define machine.config in .net?
what are the ihttphandler and ihttphandlerfactory interfaces ?
Which method is used to enforce garbage collection in .net?
How do u optimize a query in asp.net?
What is skin in asp.net?
What are directives in asp.net? List down all the important directives.
Why is the standalone environment only useful during the development process?