Difference between asp and asp.net ?
Answer Posted / shirishakyatoor
Both are serverside technologies which are used to develop
a dynamic and interactive pages. But the main differences
between them are
asp is an interpretted code where as asp.net is a compiled
code and asp is a object based language ie it doesnt
supports polymorphism and inheritance concept where as
asp.net is a object oriented language .. (it supports)
In asp.net. There is of two pages ..one for designing and
other for coding so designer can do his work and developer
can do his work at same time on same application form.It
results in better performance.. reducing time in devlopment
of a file which is not possible for asp.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we inherit a static member?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
To load your generated dataset with data which method do you invoke?
What is custom attribute?
How to set the pane area to transparent of a scrollPane component.?
What is advantage of asp.net?
What is the usage of DelegatingHandler?
How Session use Cookies in State Management?
How can you pass multiple complex types in Web API?
where can i gather the materials for MCP certification
What is the difference between debug and release?
Define web services in asp.net.
Explain how can we inherit a static variable?
How can we prepairing Interview
Explain the difference between dataset and datareader.