In Eclipse I can create a class with stub methods auto-generated for an interface. Surely this works in Visual Studio somehow, but for the life of me, I can't figure out how...
Any thoughts?
Here's a good article on the code refactoring functionality in Visual Studio 2005.
In vb.net you just write class name implement interface [press enter here]