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
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents?
What is XML data binding? Why is it used?
do I have to change any of my server software to work with xml?
Write a code for xml attribute and element.
Can you use the xslt to convert html into vxml? : xslt
How do I change a text file to xml?
What is XML Encoding?
Difference Between Element and Node.
Is xml a programming language?
How use xml data in excel?
What is the difference between xml and http?
What is dtd in html?
Can we use css in xml?
What happens when firefox knows a web page has atom feeds?
What is xml and xslt?