Answer Posted / mupnesh
ASP is based on a procedural & event driven programming
model.. Whereas ASP.NET is based on object oriented & event
driven programming model.
Application written in ASP.NET are compiled,Whereas ASP are
interpreted.
ASP.NET can only support one programming language on a
page,ASP support muliple programming languages on a page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the function of new view engine in asp.net? : asp.net mvc
Why is an object pool required?
Distinguish between Server-side and Client-side code with its functionality?
Explain the difference between dataset and datareader.
A Web Service Can Only Be Written In .net. Is it True??
How can we make sure that Web API returns JSON data only?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
How is session id generated?
What is the latest version of asp.net?
About CLR, reflection and assemblies?
Explain about Application and Session Events ?
Explain about the Class view window?
What is variable and constant in .net programming language?
Explain what is an assembly?
Explain how asp.net different from asp?