Posts

Showing posts from April, 2013

Format code shortcut for VS2010

Visual Studio WITH C# KEY BINDINGS To answer the specific question, in C# you are likely to be using the C# keyboard mapping scheme, which will use these hotkeys by default: Ctrl + E , Ctrl + D to format the entire document. Ctrl + E , Ctrl + F to format the selection. You can change these in Tools > Options > Environment -> Keyboard (either by selecting a different "keyboard mapping scheme", or binding individual keys to the commands "Edit.FormatDocument" and "Edit.FormatSelection"). If you have not chosen to use the C# keyboard mapping scheme, then you may find the key shortcuts are different . For example, if you are not using the C# bindings, the keys are likely to be: Ctrl + K + D (Entire document) Ctrl + K + F (Selection only) To find out which key bindings apply in YOUR copy of Visual Studio, look in the Edit > Advanced menu - the keys are displayed to the right of the menu items, so it's easy to discover what t

ASP.NET MVC Self-Training in 15 Days

Day 1 Complete Tutorial Set 1: Getting Started http://www.asp.net/mvc/tutorials/getting-started-with-mvc-part1 Read Material Set A: Overview / Execution Process http://www.asp.net/mvc/tutorials/asp-net-mvc-overview-vb http://www.asp.net/mvc/tutorials/understanding-the-asp-net-mvc-execution-process-vb Day 2, 3, 4 Complete Tutorial Set 2: MVC Music Store (Use Converter to VB) http://www.asp.net/mvc/tutorials/mvc-music-store-part-1 Day 5: Read Material Set B: Models and Controllers / MVC Routing http://www.asp.net/mvc/tutorials/understanding-models-views-and-controllers-vb Complete Tutorial Set 3: Routing / Custom Routing http://www.asp.net/mvc/tutorials/asp-net-mvc-routing-overview-vb http://www.asp.net/mvc/tutorials/creating-custom-routes-vb http://www.asp.net/mvc/tutorials/creating-a-custom-route-constraint-vb http://www.asp.net/mvc/tutorials/creating-a-route-constraint-vb Complete Tutorial Set 4: MVC 3 with Razor View Engine http://www.asp.net/mvc/tutorials