Visual Studio Shortcuts
This is an ongoing list of shortcuts used in Visual Studio 2005. Go To Definition: Ctrl + F12 Go to line number: Ctrl + G To comment a block of code: Ctrl + E + C To uncomment a block of code: Ctrl + E + U
This is an ongoing list of shortcuts used in Visual Studio 2005. Go To Definition: Ctrl + F12 Go to line number: Ctrl + G To comment a block of code: Ctrl + E + C To uncomment a block of code: Ctrl + E + U
Tonight is the first time I began to code a small program in C# again since my graduation in April ‘06. It’s just because I was away from Windows PC, and it’s not easy do a GUI application with Mono on Mac. So it’s not that I hate C# or anything. Anyway, I just installed Visual Studio .Net 2005 Profession edition (non-commercial use) on my home PC, and I encountered a never-seen-before (to me at least) error straight away when I tried to debug/build the program. Well, google search pointed me to a solution to this problem. ...