Thursday, 17 July 2014

What is difference between Classic ASP and ASP.NET?


ASP

  • ASP is interpreted language based on scripting languages like JScript or VBScript.
  • ASP has mixed HTML and coding logic
  • Limited development and debugging tools available
  • Limited OOPS support
  • Limited session and application state management


ASP.NET

  • ASP.NET is supported by compiler and has compiled language support
  • Separate code and design logic is possible
  • Variety of compilers and tools available including the Visual studio.NET
  • Completely Object Oriented
  • Complete session and application state management 
  • Full XML support for easy data exchange

No comments:

Post a Comment