Initial dev set up: arch linux
https://wiki.archlinux.org/title/.NET
- Step 1: To run apps that were written for the .NET
platform install
dotnet-runtime - Step 2: To build apps with .NET, install dotnet-sdk
- Step 3: to build dynamic web sites, applications, and services using ASP.NET Core, install aspnet-runtime
- IDE: Visual Studio Code or vim
To use .NET 6.0 instead suffix above package with "-6.0" such as dotnet-runtime-6.0, dotnet-sdk-6.0 and aspnet-runtime-6.0