 | Visual Studio Break on Exception When running a program in debug mode, using Visual Studio's debugger, and encountering an exception, the default behaviour is to pause execution unless the error is handled in a try / catch block. This behaviour can be modified for each exception type. |
 | Visual Studio 2010 Breakpoint Enhancements Visual Studio 2010 introduces many enhancements when working with the debugger. Several of these relate to the use of breakpoints, including tagging breakpoints with labels, searching for breakpoints and importing and exporting their details. |
 | Disabling #region when Implementing Interfaces When using Visual Studio's Implement Interface command, the automatically added code is contained within a code region by default. As some developers prefer not to use code regions, it can be useful to disable this feature. |
 | Visual Studio Tab Settings Indentation is essential to ensure that source code is easy to read. Visual Studio provides several configuration options that control the insertion of tab and space characters. This article describes the available options and their usage. |
 | Visual Studio 2010 Toolbox Search Each new release of the .NET framework introduces new controls and components that may be displayed in a toolbox within Visual Studio. To allow the desired component to be quickly found, Visual Studio 2010 has introduced a toolbox search feature. |
 | Visual Studio 2010 Call Hierarchy Visual Studio 2010 includes a number of navigation enhancements over previous versions. In this article, the Call Hierarchy feature is described. This allows developers to quickly and recursively browse calls made to and from a member. |
 | Visual Studio Find All References It is common to wish to find all of the places in a project or solution where a particular symbol, such as a class or method, is used. This can be essential before performing manual refactoring. Visual Studio's Find All References command makes this easy. |
 | Visual Studio 2010 Multi-Monitor Support Support for developers with more than one monitor was limited in Visual Studio 2008 and earlier versions, only permitting tool windows to be undocked from the integrated development environment. Multi-monitor support is improved with Visual Studio 2010. |
 | Visual Studio 2010 Reference Highlighting Visual Studio 2010 includes several new enhancements over previous versions. One of the new features is reference highlighting, which colours all instances of a symbol within the current document and allows fast navigation between them. |
 | Visual Studio 2010 Navigate To Visual Studio 2010 includes several enhanced means for navigating code. The 'Navigate to' command allows types, such as classes and structs, and their members to be quickly located using an incremental search of an entire solution. |
|
|