What is the difference between asp and asp.net
Answer Posted / pramod
ASP(Active Server Pages) is a scripting technology and is
completeley linear when it it comes to builing web pages.
ASP has limitations on use of language and provides limited
reusablity of code as the server side code is built along
with the design in the same file.
ASP.NET is a much superior specification for development of
web pages. It supports multi language integration
(interoperability) and supports Object Oriented programming
thereby supporting extreme reusablity of code. Additionaly
it supports code-behind techniques; better integration with
back end systems and allows development of pages with rich
graphical user experience using Ajax, Silverlite etc.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the steps in the instantiation of a template?
How are documents accessed and manipulated in xml?
Whats does dtd mean?
XML serialization ?
How can I view an xml file?
How to tell web browsers that your web pages have atom feeds?
Why xslt is used?
How much does it cost to publish a podcast?
What is xslt in xml?
Does chrome have an rss reader?
What are the standard ways of parsing xml document?
How often does rss feed update?
How are comments used in xml?
What exactly is json?
I’m trying to understand the xml spec: why does it have such difficult terminology?