Creating Your First ASP.NET Project — a practical guide to create ASP.NET project with clear examples you can reuse in real projects.
ASP & ASP.NET Tutorial Series (45/247). Prefer one article? Read the complete ASP.NET tutorial.
Short description
Run and browse the HTTPS development endpoint.
Scaffold
dotnet new webapp -n MyWebApp
cd MyWebApp
dotnet run