Install .NET sdk and run .NET application on Ubuntu/ Linux
In this video i will show how to install dotnet(.NET) sdk on ubuntu operating system and also run the first .NET application on LINUX. Hello World program using C# on ubuntu.
Command Used :
$ sudo snap install donet-sdk --classic
$ mkdir hello
$ cd hello
$ dotnet new console
$ dotnet run
➡️:Ubuntu Installation Playlist :
-----------------------------------------------------------------------------------------------------------------------
➡️:SpringBoot Playlist ArjunCodes :
-----------------------------------------------------------------------------------------------------------------------
Follow me on :
➡️ Twitter :
➡️ Medium:
➡