Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

create new .net core project visual studio

// Check everything installed correctly
>>> dotnet
// create new app
>>> dotnet new console -o MyApp
// ebter to folder
>>> cd MyApp
// run app
>>> dotnet run
 
PREVIOUS NEXT
Tagged: #create #core #project #visual #studio
ADD COMMENT
Topic
Name
9+7 =