Saturday, 19 April 2014

what is difference between ASP and ASP.NET

ASP :
  • Asp is interpreted language based on scripting language like JScript or VBScript.
  • Asp has Mixed HTML and Coding Logic.
  • Limited OOPS support.
  • Limited Session and Application State management.
  • Poor error handling system.
  • No in-built support for XML.
ASP.NET :
  • Asp.Net is supported by compiler and has compiled language support.
  • separate code and design logic possible.
  • verity of compilers and tools available including the vs.net.
  • completely object oriented Programming.
  • Complete Session and Application state management.
  • Full proof error handling possible.
  • full XML support for easy data exchange.

No comments:

Post a Comment