25 Productivity and Debugging Tips for Visual Studio

Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely designed for sharing Tips and Tricks, useful Code Snippet which anyone use in daily development work and targeted anything related with .NET. Here is list of 25 very productive and debugging tips and tricks on Visual Studio.

Productivity Tips and Tricks

  1. Automatically place the ‘System’ directives first when ‘Sorting Using’ option in Visual Studio
  2. How to keep track of Miscellaneous files efficiently in Visual Studio
  3. Setting up your Windows Azure Site during Web Site creation in Visual Studio 2013
  4. Run Web Application in Multiple Browser Simultaneously from Visual Studio
  5. Automatically Remove and Sort Using on Save in Visual Studio 2013
  6. Easy Access To Code Lens Options in Visual Studio 2013
  7. Compare Clone Code in Visual Studio
  8. Console.WriteLine or ‘cw’ – Which one do you prefer ?
  9. There is a ‘forr’ code snippet for reverse ‘for’ loop
  10. How to select a block of code in Visual Studio
  11. How to get list of attached processes in Visual Studio while debugging ?
  12. How to Pass Command Line Arguments using Visual Studio ?
  13. Install a shared Assembly to the GAC as post build event from Visual Studio
  14. Automatically Show the Output Window During Build in Visual Studio
  15. Use “Shift+Enter” to add “;” automatically at end of the line

Debugging Tips and Tricks

  1. Hide Methods from debugger Using DebuggerHidden attribute
  2. How to use Runtime Objects in Watch Window during debugging in Visual Studio ?
  3. How to stop debugger after a specific number of breakpoint hit ?
  4. How to use DebuggerTypeProxy while debugging your sensitive Type
  5. How to use out of scope object with in Conditional Breakpoint ?
  6. Get Object Generation using Watch Window
  7. Few Tips on Customizing Debugging Window View in Visual Studio
  8. Calling Methods From Watch Window
  9. Debugging Multithreaded Program
  10. Use “Run To Cursor” and save time while debugging

To get regular updates visit http://dailydotnettips.com and follow @dailydotnettips at Twitter

.NET Tips and Tricks ,

4 comments

Leave a comment