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
Explain code snippet to register exception filters from controller?
When was asp.net released?
What r the asp.net list controls and diff. Between them?
Can you dynamically assign a Master Page?
Can we have multiple web config files for an asp.net application?
What is cached data phone?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What are merge modules?
What language does asp.net use?
What is the difference between session.abandon() vs clear()?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Define caching.
What is the use of express session?
What are the different types of proxy patterns?
Do session use cookies in asp net?