Understanding ASP.NET Core
Learn about the evolution of Microsoft’s ASP.NET technologies and the transition from Classic ASP.NET to modern ASP.NET Core.
Microsoft ASP.NET Core
We will learn about app models that use them to build practical applications.
Note: Microsoft has extensive guidance for implementing app models in its .NET application architecture guidance documentation.
Microsoft ASP.NET Core is part of a history of Microsoft technologies used to build websites and services that have evolved over the years:
Press + to interact
Active Server Pages (ASP): Released in 1996 and was Microsoft’s first attempt at a platform for dynamic server-side execution of website code. ASP files contain a mix of HTML and code that executes on the server written in the VBScript language. ...