Is there a way to add an interactive window to visual studio for C# like you can for F#? I've gotten used to doing a lot of Scheme recently and DrScheme has a wonderful interactive window where you can test out bits of code without debugging. This would do wonders for me in C#. I know there is one when you're debugging, but I'm trying to skip entering into the debugger if possible.
edit: typo
edit: typo