.NET is free, cross-platform, open-source developer platform for building many kinds of applications. It can run programs written in multiple languages, with C# being the most popular. It relies on a high-performance runtime that is used in production by many high-scale apps.
Installation
download and extract
1 2 3 4
cd ~ wget ${the direct link of dotnet, for example dotnet 8.0 for arm64 or whatever your platform is} mkdir -p $HOME/dotnet && tar zxf dotnet-sdk-8.0.404-linux-arm64.tar.gz -C $HOME/dotnet
load it automatically add these two lines at the end of ~/.bashrc