The Immediate Window
But for me, this begs a different question. In VB6 IDE you could actually
do this from the immediate window. Start up a module, instantiate a class and
test one of it's methods. Or even experiment with VB functions that you had
just discovered. Although nUnit, etc are great, there are times that I would
love to still be able to do this in the VS.NET IDE but you can't because you
need the CLR running. There must be a tool the enables this. Mostly I would
like it to test functions and methods from the framework as I discover them.
[Julia Lerman's Blog]
I was beginning to think I was the only one who wanted an app like this. I
totally agree with Julia here, there's got to be some sort of tool. This was the
thing I found most lacking from the Immediate window when I came from VB6 and
moved to C#. I even tried it out in the VB.NET side of the IDE and much to my
chagrin, it wasn't there either. Sometimes firing up VS.NET to see what the
output from a method would be seems like overkill...and yet I can't see any
better way of doing it...