ASP.NET Tutorial => Getting started with ASP.NET
riptutorial.com › asp-netASP.NET is a collection of technologies within the .NET Framework that are targeted towards web application development. These technologies consist of: WebForms: A RAD style development platform using web controls. MVC: A Model View Controller development platform. SignalR: A real-time messaging platform for client/server messaging.
Get started with ASP.NET Core | Microsoft Learn
learn.microsoft.com › en-us › aspnetJul 21, 2022 · This tutorial shows how to create and run an ASP.NET Core web app using the .NET Core CLI. You'll learn how to: Create a web app project. Trust the development certificate. Run the app. Edit a Razor page. At the end, you'll have a working web app running on your local machine. Prerequisites .NET 6.0 SDK Create a web app project