Thursday, November 29, 2012

Shortcut Keys

shortcut keys for asp.net Visual Studio


Comment a line - CTRL+K, CTRL+C [Keep the insertion point any where on line and press ]
UnComment a line - CTRL+K, CTRL+U [Keep the insertion point any where on line and press ]
Put/Remove a break point - F9
Remove all break points as once - CTRL+SHFT+F9 
Expand/Collapse a region- CTRL+M, CTRL+M
Intellisense - Ctrl+Space  [Press CTRL again make the drop down transparent]
Build Solution - Ctrl+Shft+B
Expand All regions - Ctrl+M+P
Collapse All regions - Ctrl+M+O
New Break Point - Ctrl+B
Switch to Code view - F7
Switch to Html  view - SHIFT + F7
Html ParameterInfo - CTRL + SHIFT + SPACEBAR
GoTo window - CTRL + G
CompleteWord - ALT + RIGHT ARROW
                        CTRL + SPACEBAR
Comment Selection - CTRL + K, CTRL + C
Uncomment Selection - CTRL + K, CTRL + U
Line Cut - CTRL + L
Line Delete - CTRL + SHIFT + L
Make Lowercase - CTRL + U
Make Uppercase - CTRL + SHIFT + U
Format .aspx/.cs File - CTRL + K, CTRL + D 

Wednesday, November 28, 2012

Shortcut Keys Combination for Visual Studio 2010 2012

Shortcut Keys  for Visual Studio ------Asp.net C#,VB



Ctrl + N Opens the New Project Dialogue Box
Ctrl + Shift + O Opens the Open File Dialog Box
Ctrl + Shift + A Opens Add New Item window
Ctrl + D Opens Add Existing Item window
Ctrl + S Saves Current Form
Ctrl + Shift + S Saves everything from Application
Alt + Q Exits Visual Studio. NET
Ctrl + Z Undo
Ctrl + Shift + Z Redo
Ctrl + X Cuts your selection
Ctrl + C Copies your selection
Ctrl + V Pastes your selection
Ctrl + A Selects All
Del Deletes your selection
Ctrl + F Opens Find window
Ctrl + H Opens Find and Replace window
Ctrl + Shift + H Opens Replace in Files window
Ctrl + Alt + Shift + F12 Opens Find Symbol window
F7 Opens Code Designer window
Shift + F7 Gets you back to Design View
Ctrl + R Opens the Solution Explorer window
Ctrl + Alt + S Opens the Server Explorer window
Ctrl + Shift + C Opens the Class View window
F4 Opens the Properties window
Ctrl + Shift + E Opens the Resource view window
Ctrl + Alt + X Opens the Toolbar window
Shift + Alt + Enter Takes you to Full Screen View
Alt+F8 Opens Macro Explorer window
F2 Opens Object Browser window
Ctrl + Alt + T Opens Document Outline window
Ctrl + Alt + K Opens Task List window
Ctrl + Alt + A Opens Command window
Ctrl + Alt + O Opens Output window
Ctrl + Alt + Y Opens Find Symbol Results window
Ctrl + Alt + F Lists Items under the Favorites Menu in your Internet Explorer
Ctrl + Shift + B Builds your project
F5 Runs your Application
Click ,Register and Earn Rs 99
Ctrl + F5 Runs your Application without Debugging
Ctrl + Alt + E Opens the Exceptions Dialog Box
F8 Used while Debugging Applications
Shift + F8 Used While Debugging Applications
Ctrl + B Inserts a New Breakpoint
Ctrl + Shift + F9 Clears All Breakpoints
Ctrl + Alt + P Opens the Processes Dialog box
Ctrl + T Opens Customize Toolbox window
Ctrl + Shift + P Runs Temporary Macro
Ctrl + Shift + R Records Temporary Macro
Alt + F11 Opens Macros IDE
Ctrl + F1 Opens Dynamic Help window
Ctrl + Alt + F3 Opens Help Search window
Shift + Alt + F2 Opens Index Results window
Shift + Alt + F3 Opens Search Results window
Ctrl + K +C Comment out the current selected section
Ctrl + K +U Uncomment the current selected section
CTRL+M CTRL+M (that's two key presses!) - collapse/open the current parent region
CTRL+M CTRL+O - Collapse all regions not recursively
CTRL+M CTRL+L - Collapse/Open all regions in document recursively