Opening Visual studio from Run and list of shortcut keys for .NET

To open Visual studio from Run we need to follow as: 
  1. Open Run dialog box(by pressing window key + R).
  2. Type devenv and press enter key.
 Note:- Here devenv is meant for development environment
 

List of shortcut keys for .NET are as undermentioned:

Ctrl + N:- To open new  Project Dialogue Box

Ctrl + Shift + O:- it will open the Open File Dialog Box

Ctrl + Shift + A :-  To open Add New Item window

Ctrl + D:- To open Add Existing Item window

Ctrl + F:- To open Find window

Ctrl + H:- To open Find and Replace window

Ctrl + Shift + H:- Opens Replace in Files window

Ctrl + Alt + Shift + F12:- Opens Find Symbol window

F7:- To Open Code Designer window

Shift + F7:- To Get back to the Design View

Ctrl + R:- To open the Solution Explorer window

Ctrl + Alt + S:- To open  the Server Explorer 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

Ctrl + Shift + B:- Builds your project

Ctrl + Shift + C:- To open the Class View window

F4 :- To 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 + Shift + F9:- Clears All Breakpoints

Ctrl + Alt + P:- Opens the Processes Dialog box

Ctrl + T:- Opens Customize Toolbox window

F5:- Runs your Application

Ctrl + F5:- Runs your Application without Debugging

Ctrl + Alt + E:- Opens the Exceptions Dialog Box

F8:- Used while Debugging Applications

Ctrl+Tab:- To Shift B/W .net Editor Pages

Shift + F8:- Used While Debugging Applications

Ctrl + Shift + P:- Runs Temporary Macro

Ctrl + Shift + R:- Records Temporary Macro

Alt + F11:- Opens Macros IDE

Ctrl + B:-  Inserts a New Breakpoint

F10:-  Line By Line execution