Buat studio visual proyek inti .NET baru

// Check everything installed correctly
>>> dotnet
// create new app
>>> dotnet new console -o MyApp
// ebter to folder
>>> cd MyApp
// run app
>>> dotnet run
Mohamed Sami khiari