In VC++ I can press CTRL+F7 to compile a single file, or right click on a source file ot compile it. Is it possible to compile a single file (or current file) in C#?
For single .cs file compile + run:
If this doesn't work, verify that your paths for cmd
and csc
match.