C# on Linux, using Visual Studio Code

Опубликовано: 16 Июль 2026
на канале: MyComputerTipsForYou
3,141
58

In this video, I'll show how to run C# on Linux (I'm using Linux Mint, but it works on all Linux versions)

I used this commands
sudo mv dotnet /usr/share/dotnet
cat ~/.bashrc
sudo nano ~/.bashrc
PATH=$PATH:/usr/share/dotnet
To save a file in nano: Ctrl+O, Ctrl+M, Ctrl+X

#linux #csharp #helloworld #getstarted #programming #vscode #visualstudiocode