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#?
Shift-F6 will compile the current assembly, which is almost what you want.