what is asp.net

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


Please Help Members By Posting Answers For Below Questions

Do I need to have the latest version of windows media player installed?

704


Explain the difference between inline and code behind - which is best in?

717


What is the difference between trace and debug in asp.net?

823


What are the namespaces used in asp.net mvc? : asp.net mvc

719


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

1762


What is server transfer?

678


Where do we store our connection string in asp.net application?

737


What is a response cookie?

822


What is the purpose of asp.net?

720


What is the function of the ViewState property?

811


What is the difference between stored procedure vs function?

768


How can you handle exceptions in asp.net?

749


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

900


Is asp.net is a programming language?

679


What is asp.net futures?

744