ASP.NET is a web platform that provides the services that you require to build server-based web applications.
It is built on the .NET Framework, so all .NET Framework features are available to ASP.NET applications.
To create ASP.NET web applications, you can use Visual Studio.
The tools and options in Visual Studio Community that are designed for creating web applications are referred to collectively as ASP.NET:
It is built from the ground up for building modern cloud-based web applications and is part of the .NET Framework 4.7.1 using Visual Studio Community 2017.
Again, ASP.NET 4.7.1 is different from ASP.NET 2.0, but unlike ASP, the ASP.NET 2.0 applications/programs can still work on ASP.NET 4.7.1.
However, most ASP.NET tutorials such as ASP.NET QuickStart Tutorial still uses ASP.NET 2.0/1.0.
Our ASP.NET class demonstrations will use ASP.NET 4.7.1, but the slide materials will use both ASP.NET 2.0 and 4.7.1.