Showing posts with label visual-studio. Show all posts
Showing posts with label visual-studio. Show all posts

Thursday, 16 May 2013

Namespaces in C# Visual Studio development

There are several namespaces in C# Visual Studio development that are not obvious where to find and add them.

The System.Windows is in the PresentationCore assembly. The System.Windows.Media, System.Windows.Controls and System.Windows.Shapes are in PresentationFramework assembly.

Monday, 21 May 2012

Visual Studio Shortcuts

Close document tab: Ctrl + F4
Navigate through highlighted references: Ctrl + Shift + up arrow or down arrow
Go to method bar: Ctrl + F2, then Tab
Open a file quickly: Ctrl + ;, type filename

Visual Studio productivity power tools for VS 2012