What is it?

ASP.NET is a server-side web framework, used for building web apps and services with the .NET platform. It stands for Active Server Pages, including the .NET platform.

It’s most commonly used with C-Sharp, applying the MVC architecture, or directly implementing dynamic code and data access into HTML with the ASP.NET Web Pages model, with Razor pages.