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
Is it possible to apply themes to an asp.net application? If yes, then how?
How to prepare culture-specific formatting in .net.
What is server redirect?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is another word for redirect?
what are configuration files?
What is the concept of view state in asp.net?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Elaborate differentiation between ViewState and SessionState?
In asp.net, how can you validate drop down box?
What are early binding and late binding.
Write a code for sending an email from asp.net application.
What is server side session management?
Explain about secure socket layer?