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?
The current official Microsoft documentation for automatically implementing an abstract base class is here:
https://docs.microsoft.com/en-us/visualstudio/ide/reference/implement-abstract-class