Does anyone know if there exist some kind of immediate-window-like command prompt, either to run from inside VS or as a separate program. It would be nice to have something like that to try and evaluate static methods etc without having to debug the solution (for example, evaluate Path methods)
Does anyone know if there exist some kind of immediate-window-like command prompt, either to
Share
I use Snippet Compiler a lot; a somewhat-lightweight editor that gives you a runnable console app that you can test expressions in. Very useful for trying out stack overflow answers before posting them =)