There are instances when I need to test fresh code from the forums or assist friends with a specific C# issue. The issue is that I don't want to have to start a new "project" in Visual Studio every time I want to develop/run this short piece of code.
The "Scrapbook" feature of Java & Eclipse IDE permits the execution of arbitrary Java expressions. What options do C# programmers have?