DIFFERENCE BETWEEN ASP & ASP.NET
ASP:
Ø ASP does not have such facility to separate programming logic from design.
Ø ASP does not have the concept of inheritance.
Ø ASP pages use scripting language.
Ø ASP applications are not.
Ø It is not available with ASP.
Ø while ASP has ADO which is a simple COM object with limited facilities.
Learn Dot Net Programming from basics — FREE MICROSOFT DOT NET TUTORIAL
ASP.NET :
Ø ASP.Net web forms have a code behind file which contains all event handling code.
Ø ASP.Net web forms inherit the class written in code behind.
Ø ASP.Net web forms use full fledged programming language
Ø ASP.Net web applications are configurable (web.config)
Ø ASP.Net webforms can use custom controls through the @ register directive
Ø ASP.Net web forms have ADO.Net which supports XML integration and integration of data from two or more data sources
Useful Link : Ten .NET Article — You should not miss
PDF Download the latest updated topics in Microsoft Dot Net — Download Link
