Home

Initial dev set up: arch linux

https://wiki.archlinux.org/title/.NET

  1. Step 1: To run apps that were written for the .NET platform install dotnet-runtime
  2. Step 2: To build apps with .NET, install dotnet-sdk
  3. Step 3: to build dynamic web sites, applications, and services using ASP.NET Core, install aspnet-runtime
  4. 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