-->

Wednesday, April 3, 2013

What is the Difference between ASP and ASP.NET

What is the Difference between ASP and ASP.NET

There are many difference in asp and asp.net
(1)
ASP : If you want to make a project then you write more code compare to ASP.NET
ASP.NET : Write Less code compare to ASP

(2)
ASP: ASP use Recordset  for data binding
ASP.NET : ASP use ado.net, entity framework and many more for data binding

(3)
ASP: ASP does not support rich control like calander control
ASP.NET : ASP.NET support rich control

(4)
ASP: ASP have only one page for designing and coding (presentation + business logic on single page)
ASP.NET : ASP.NET have two pages for designing and coding (presentation page (.aspx) + business logic page (.aspx.cs))

(5)
ASP:  ASP version 1.0 or 1.1
ASP.NET :  Updated Version











Read other related articles

Also read other articles

© Copyright 2013 Computer Programming | All Right Reserved