Its a wonderful shortcut when you come across someone who has written some code for you and not used the tab key at all.
Open the document
Press Ctrl + K + D
and by the wonders of the html, css and asp.net engine in Visual Studio the document is automatically formatted.
ASP:Chart Colour Palette
In ASP.Net there is a really easy way to create charts, using the asp:chart tag. There are pre-defined colour palettes that you can use, or you can create your own. Here are the built in ones: Berry: 8A2BE2,BA55D3,4169E1,C71585,0000FF,8019E0,DA70D6,7B68EE,C000C0,0000CD,800080 Bright: 008000,0000FF,800080,800080,FF00FF,008080,FFFF00,808080,00FFFF,000080,800000,FF3939,7F7F00,C0C0C0,FF6347,FFE4B5...
Visual Studio Keyboard Shortcuts
I always struggle to remember particular keyboard shortcuts for Visual Studio – there are just so many!
The most common ones we use are
Ctrl + K + C (Comment)
Ctrl + K + U (Un-Comment)
Ctrl + K + D (Format Document)
There is a complete list of all Visual Studio shortcuts that is really useful onĀ