Wednesday, September 14, 2005

Visual Studio Magazine - Execute User-Defined Functions From ADO.NET

The framework I am currently using has provided no support for executing scalar UDFs in the data layer, or for that matter scalars period. Since I am not able to modify the framework, I went searching. Roman Rehak has provided a very good article on executing UDFs. To my surprise, treat them like a stored proc.

View this article online

Wednesday, September 07, 2005

Visual Studio Team System Weekly Tips

A quick way to get some good ideas on the Team System Environment.

Upon subscribing you will receive in email (upon subscribing) each week a short (5 - 8 minute) video link which will present a useful Visual Studio 2005 Team System feature, such as code analysis, testing, or IDE enhancements and so much more! You can view the video from your PC, at your convenience.


http://blogs.msdn.com/trobbins/archive/2005/08/29/457595.aspx

Tuesday, September 06, 2005

The Code Project - CollapseAll Macro for Visual Studio .NET - Macros and Add-ins

Here is a great little macro to collapse all of the projects in the solution explorer. I created an alias for it also in the command window (Works Like a Champ!!!) Thanks Edwin.

Code Project CollapseAll Macro