.NET news » Visual Studio 
Visual Studio SDK Tips and Tricks
Debugging SQL Server 2005 Stored Procedures in Visual Studio
With Microsoft SQL Server 2000 it was possible to debug stored procedures from directly within Query Analyzer (see Debugging a SQL Stored Procedure from inside SQL Server 2000 Query Analyzer for more information). With SQL Server 2005, however, this functionality was moved out of SQL Server Management Studio and into the Visual Studio IDE. Using this technique, it is possible to step into your stored procedures, one statement at a time, from within Visual Studio. It is also possible to set breakpoints within your stored procedures' statements and have these breakpoints hit when debugging your application.
All editions of SQL Server 2005 include debugging support (including the Express Edition). However, only the Team Systems and Professional editions of Visual Studio enable stored procedure debugging from within the IDE. In short, if you are using Visual Web Developer or Visual Studio Standard Edition then you cannot step through a stored procedure or enter the stored procedure via application debugging.
In this article we will examine how to debug SQL Server 2005 stored procedures through the Visual Studio IDE. We will look at both stepping into a stored procedure directly from the IDE as well as how to set breakpoints within the stored procedure that are then hit when debugging the application.
Code Refactoring in VS.NET 2005
Check out the pilot program for downloadable hotfixes!
The goal of this pilot is to provide you with direct access to the most requested hotfixes that are produced for our developer tools. A hotfix is a single package that includes one or more files that is used to address a very specific customer problem with a product. You'll find a description and download links below for the most frequently requested hotfixes for the Visual Studio 2005 suite of products.
For example, Microsoft released the fix for annoying bug in VS 2005: "You may receive an error message when you rebuild a solution and try to view a Windows Form in Design view in Visual Studio 2005. ("One or more errors encountered while loading the designer" error)".
Object Binding Tips and Tricks
ASP.NET 2.0 Localization - using Visual Studio 2005
Data Binding in Windows Forms 2.0
Looking at Visual Studio 2005 Tools for Office
The Microsoft Visual Studio 2005 Tools for the Microsoft Office System brings significant enhancements to the development of business solutions that rely on solutions based on Office, Excel, InfoPath and Outlook 2003. Extending the previous versions, the integration of these tools into Visual Studio 2005 is designed to solve many different business challenges.
In this screencast, available here we take a quick look at these tools and explores some of the core features they provide to developers. After viewing this Fast Tip we encourage you to review the following white paper for more information.

