Background:
We all developers daily[On weekends also] use Visual Studio. And most of the time we do some common tasks like Comment Code[CTRL+K+C] and Uncomment Code[CTRL+K+U]. Some of us do Manually
//Single line comment
/* Multiline comment */
Or some of us use VS Toolbar for doing the same.
This is just one piece of stuff i told there are so many types of stuff which we do regularly. So why not use Shortcuts for that? Good idea..But from where can i find all the shortcuts for Visual Studio? Here it is:
Microsoft guys have published posters[in pdf format] for us:
Hope this helps to increase your productivity
Programming With Fun!!