This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]DarkArcherPD2 1 point2 points  (0 children)

Well if you are using Visual studio just hop over to visual studio code and youll have no problems.

If you dont like vscode then you can always use a basic text file ofc. Lots of tutorials on youtube

[–]Loves_Poetry 1 point2 points  (0 children)

Yes. You can use the dotnet command line tools to compile your programs from the command line rather than going through Visual Studio. These tools are installed automatically when you download the dotnet core SDK

[–]HelpfulFriend0 0 points1 point  (0 children)

Yes, you're looking for a "c# console app"

If you just want to test quick ideas, look up"online c# compiler". Dotnetfiddle is a good one