Archive
Visual Studio 2012 – Change Themes
Download the Visual Studio Color Theme editor http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05.
Now install the downloaded visual studio extension
Now restart Visual Studio 2012. Click on Tools -> Options. Now you can choose the blue theme which is somewhat similar to Visual Studio 2010.
To change the character casing on MENU BAR
Open Registry Editor.
Navigate to “HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General”.
Add a new 32-bit DWORD “SuppressUppercaseConversion” and set value 1.
Visual Studio 2010 Not Remembering Last Session
I observed some problem with VS2010 lately as it is no more reloading my last session like opened documents etc.
To Fix this issue:
Under Tools -> Import and Export Settings -> Reset all settings.
Visual Studio 11 Beta
Started working on VS11 Beta. Awesome product which can help in all stages of SDLC from architecture to performance testing.
Visual Studio Code Formatting
Well written code will have proper formatting & indentation. This helps to read the code much easier.
Visual Studio has built in features which automatically format the code as we write. It also provides customization features using which we can tell Visual Studio to How our code should be formatted. To do this we can make use of Options dialog.
To invoke this dialog click on menu item Tools -> Options. From Options dialog select Text Editor -> C# -> Formatting
We can format document using menu item Edit -> Advanced -> Format Document. Keyboard shortcut Ctrl + E, D