I'm trying to compile my C# file with the command line by executing the csc (file name) command. I don't want to use an IDE because I prefer the command line right now.
However the csc command is not found I believe because the .NET framework is not properly installed.
I've installed visual studio, but csc not not come with it.
What do I have to install to get access to the csc compile command?
The error is 'csc' is not recognized as an internal or external command.