Differences between asp and asp.net?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dianka
    Member
    • Nov 2008
    • 44

    Differences between asp and asp.net?

    Hello frnds
    Please tell the differences between asp and asp.net ?
  • Russell
    Member
    • Dec 2012
    • 76

    #2
    There's major differences between ASP and ASP.NET, almost nothing is alike. For example ASP isn't based on the .Net framework, it doesn't use Code Behind files and object oriented programming.

    Just search the internet after asp vs asp.net and you will get tons of articles about the differences.

    Comment

    • Swati walia
      Senior Member
      • Sep 2016
      • 108

      #3
      1. ASP is interpreted, ASP.NET is compiled.

      2. Cl***ic ASP uses a technology called ADO to connect and work with databases. ASP.NET uses the ADO.NET technology

      3. ASP has Mixed HTML and coding logic where in asp.net html and coding part are separated by code behind files.

      4. ASP.NET purely object oriented whereas ASP is partially object oriented.

      5. For ASP No in-built support for XML whereas in ASP.NET full XML Support for easy data exchange.

      Comment

      • lisajohn
        Senior Member
        • May 2007
        • 218

        #4
        ASP.NET: ASP.NET was released in 2002 by Microsoft as a successor to ASP. It is also a server-side web framework, open source, which is designed for the generation of dynamic web pages.

        Comment

        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎