Sunday, April 4, 2010

Major Differences between Typical ASP and ASP.NET?

There are so many differences between Typical ASP and ASP.NET. Some of them are as follows:

ASP:
1. ASP is restricted to use Scripting Languages only. Mainly
VBScript and JavaScript are used with ASP.
2. Messy Coding. Because ASP is written with HTML on the
same Page.
3. No set of Control Box. Need to write all the code manually.
4. It is very complex to design a Web Page in ASP. Need to write
all the code manually.
5. It has limited development tools and debugging tools. So using ASP we
can not develop Web Pages rapidly.
6. Limited OOPS Support
7. Limited Session and Application State Management.
8. It has Poor Error Handling System
9. There is no in-built support for XML.

ASP.NET:
1. ASP.NET supports more than 200 Programming Languages with it.
Mainly Visual VB.NET, Visual C#, Visual J# and Visual C++ are
used with it.
2. Coding is Clean and Clear. Because HTML Part, Designing part and
Programming part are separate.
3. It has a set of Control Box that can be drag and drop without writing
extra ASP.NET Coding.
4. Easy Designing of Pages. There is no need to write even a single line
of code for designing a simple page.
5. Less Coding.
6. It is completely Objected Oriented.
7. It supports complete Session and Applicatin State Management.
8. Error Handling is Easy.
9. It fully supports XML file.

1 comment:

  1. By reading this article, anyone can easily understand to use Asp and Asp.Net for particular application development.

    ReplyDelete