Is there a shortcut of some kind in C# (VS 2008) to automatically implement the virtual and abstract base class methods in a derived class?
For virtual methods type override, give an space and intellisense will show you all methods that can be inherited.