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
What are the navigation ways between pages available in ASP.NET?
How does exception management works in ASP.NET?
Define reflection in .net?
What is the difference between rest and restful?
What do you mean by authorization?
What does uri mean?
How many types cache in asp net?
Describe how passport authentication works.
Can you set the session out time manually?
What is the difference between equals() and == in c#?
Explain the basic functionality of garbage collector?
Explain about consistent programming model in the .NET framework?
What is the default timeout for a cookie?
What is state management techniques in asp.net?
Explain significance of routing? : asp.net mvc