Friday, 17 January 2014

Why Asp.Net not Asp ( Classical Asp ) ?

ASP


·                     ASP has only  4 built in classes like Request, Response, Session and Application 

·                     ASP does not have server based components like button , textbox . we have to used  Html control.
·                      ASP doesn't supporting Page level transactions

·                     No Separation of Code .

·                     Cannot use Dll ( dynamic link library)

·                     Asp uses view state on server-based forms

·                     Interpreted

ASP.Net

·                      ASP.NET using .NET framework classes which has more than 2000 in built classes.

·                     ASP.Net have server based components like button , textbox
·                      ASP.Net  supporting Page level transactions

·                     Separation of Code .

·                     Use Dll ( dynamic link library)

·                     Strongly Typed
  • ASP.NET uses languages which are fully  OOPS like C# and also supports cross language support.


0 comments:

Post a Comment