Skip to content

Rafael2026/ASP.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playlist ASP.NET for beginners

ASP.NET Introduction: link

Software Development Kit

  • Download and install ASP.NET SDK: link

  • Install ASP.NET: link

Create ASP.NET app

dotnet new webapp -o MyWebApp --no-https -f net7.0

More information: link

Run ASP.NET app

cd 'folder_name'

dotnet watch

More information: link

Edit ASP.NET code

Changing code: link

Following steps

Next steps: link

ASP.NET tutorials

W3 Schools: link

Build a REST API

How to create a Web API with ASP.NET Core drivers?: link

Tools and editors

Recommendable tools: link