HOW TO DOWNLOAD INSTALL AND RUN C# WITH .NET 6 ON VISUAL STUDIO CODE | 2023

Опубликовано: 05 Апрель 2026
на канале: Saad Abdur Razzaq
284
8

In this video I have shown you proper steps of how to Download, Install, Configure and Run C# with .NET 6 on VISUAL STUDIO CODE. This tutorial is complete as I have explained each and everything in a clear and concise manner.

👉Dotnet 6 SDK: https://tinyurl.com/DOTNET-6-SDK
👉Visual Studio Code: https://code.visualstudio.com/download

🔥VS CODE Extensions:
1️⃣ C# (by Microsoft)
2️⃣ Code Runner (by Jun Han)

⌨️Commands (COPY & PASTE):
👉Check Dotnet Version: dotnet --version
👉C# Template Files in folder: dotnet new console
👉Open C# Template Files Folder in VS Code: code .
👉Run in Terminal: dotnet run

✅settings.json file configuration:
👉After adding comma write, (code-runner.executorMap)
👉Change ("csharp": "scriptcs") to ("csharp": "cd $dir && dotnet run $fileName")
NOTE: Commands to be considered are inside () parenthesis. Parenthesis are just to separate commands from other information.
.
.
.
Comment For Any Ambiguity And I will Try To Respond To it As Soon As Possible🙂