top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the Difference between Asp and Asp.Net?

+2 votes
345 views

Any one Explain what is the basic difference between ASP and ASP.NET??

posted Nov 10, 2014 by Manikandan J

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

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 is supported by compiler and has compiled language support.
 Separate code and design logic 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.

answer Nov 11, 2014 by Balu
Similar Questions
+2 votes

Both are present in System.Linq namespace, we can now extend our IE numerable's to have Any() and Count() extension methods. So want to know the difference between them?

...