Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to run c# code in visual studio code terminal

//to do so you need to open the interigated terminal you can open it by 
//right clicking on the file that you want to run and select interigated terminal
//now in the terminal just type
dotnet run
//this will run your c# code
 
PREVIOUS NEXT
Tagged: #run #code #visual #studio #code #terminal
ADD COMMENT
Topic
Name
6+1 =