Skip to content

AsmitNepali/visual-programming

Repository files navigation

Visual Programming

Installation Guide For Linux .Net

wget https://packages.microsoft.com/config/ubuntu/22.10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb

Install the SDK

sudo apt-get update && \sudo apt-get install -y dotnet-sdk-7.0

Install the runtime

sudo apt-get update && \sudo apt-get install -y aspnetcore-runtime-7.0

Check donet version

dotnet --version

Create new console project

dotnet new console -o HelloWorld
cd HelloWorld

Run the Project

dotnet run

Installation Guide For Mac .Net

Download .net for mac form here Download

After download install on your system then open terminal and check dotnet version.

donet --version

Create new console project

dotnet new console -o HelloWorld
cd HelloWorld

Run the Project

dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages