I want to build projects from the command line. Is it possible to deploy a C# compiler without installing Visual Studio?
You only need the .NET framework. You can use Notepad to edit and the CSC.exe to compile.