Getting Started
Make sure you have completed the requirements first
dotnet Project Templates
To list the installed templates we can run
dotnet new --list
Create a new webapi
project with the name Workshop
dotnet new webapi --name Workshop
Open this project in Rider