Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

How to run a c# program

// Go to Project File location Open Command Prompt the and then type

// dotnet installed path location    build    project Name 
"C:Program Filesdotnetdotnet.exe" build    HelloWorld.csproj

//Here First string represent default location of dotnet.exe
//And the Last one is Project Name/ location
 
PREVIOUS NEXT
Tagged: #How #run #program
ADD COMMENT
Topic
Name
9+3 =