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 special characters in xml ?
How do I configure an xpointer processor?
How do I compare spreadsheets?
What are xml tags?
Why is dtd important?
What are the steps required to make xsl work?
What are xml naming rules?
What are the different XML API's?
Write syntax to serialize class using XML Serializer?
How do I open an rss file?
What is xsl describe its two parts?
What's an rss feed and how do I use it?
What is xsl and its components?
Can we use xml for database purpose in html?
Can xml replace html?