ASP and ASP.NET Tutorials

ASP stands for Active Server Pages

ASP is a development framework for building web pages.

ASP supports many different development models:

Classic ASP

ASP.NET Web Forms

ASP.NET MVC

ASP.NET Web Pages

ASP.NET API

ASP.NET Core

The ASP Technology

ASP and ASP.NET are server side technologies.

Both technologies enable computer to be executed by an Internet server.

When browser request an ASP OR ASP.NET file, the ASP engine reads the file, executes any code in the file, and returns the result to the browser

Classic ASP - Active Server Pages

ASP (aka Classic ASP) was introduced in 1998 as Microsoft's first server side scripying langugage.

Classic ASP pages have the file extension .asp and are normally written in VBScript.

ASP.NET

ASP.NET was released in 2002 as a successor to Classic ASP.

ASP.NET page have the extension .aspx and normally written in c# (C sharp).

ASP.NET 4.6 is the latest official version of ASP.NET

However, the development of ASP.NET 5 was stopped in favor of ASP.NET Core.

ASP.NET Web Pages

ASP.NET Web Pages is an SPA application model (Single Page Application).

The SPA model is quite similar to PHP and Classic ASP.

ASP.NET Web Pages is being merged into the new ASP.NET Core.

ASP.NET MVC

ASP.NET MVC is an MVC application model (MODEL-VIEW-CONTROLLER).

ASP.NET MVC is being merged into the new ASP.NET Core.

ASP.NET MVC is not covered in this tutorial.

My Learning

Track you progress with the free "My Learning" program here at W3Schools.

Log in to your account, and start earning points!

This is an potional featire. You can study at W3Schools without using My Learning.

ASP.NET Web API

ASP.NET API is an API application model (Application Programming INterface.

ASP.NET API is being merged into the new ASP.NET Core.

ASP.NET API is not covered in this tutorial.

ASP.NET Web Forms

ASP.NET Web Forms is an event driven application model.

ASP.NET Web Forms is not a part of the new ASP.NET Core.

ASP.NET Web Forms is not covered in this tutorial.

ASP.NET CORE

ASP.NET Core was released in 2016.

ASP.NET Core merges ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages into one application framework.

ASP.NET Core is not covered in this tutorial.

-->
, initial-scale=1.0"> Document