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 is the difference between xml and xslt?
How do I run an xslt file?
What does it mean to subscribe to a blog?
When should I use a cdata marked section?
What do xml namespaces actually contain?
What is xml web service?
Where do we use xml in Ms.net?
Why xml was created?
How to use element in xslt? : xslt
Does youtube have an rss feed?
What are the parts of an xml file?
If XML attribute name itself has double quotes, then how it can be represented?
What is a valid xml?
What is the difference between xsl and xslt?
What is html xml css?