Monday, February 23, 2009

Unit Testing with Visual Studio

More to come later.

Resources:

Tuesday, February 3, 2009

Undo Pending Changes in Visual Studio Team System

If something is checked out by someone else you can undo their changes and release the lock with a Tf Command Line Utility "UNDO" Command. You must have admin rights on the Team Foundation Server box.

Syntax: tf undo [/workspace:workspacename[;workspaceowner]][/server:servername] [/recursive] itemspec [/noprompt]

Resource:

Monday, February 2, 2009

ASP .NET AJAX 3.5 and the AJAX Control Toolkit 3.5

Unlike previous version of .NET, .NET 3.5 has AJAX built into it. With earlier versions of .NET you could download ASP .NET AJAX 1.0 as a seperate download. ASP .NET AJAX 2.0 is included with the .NET 3.5 download.

The AJAX Control Toolkit remains a seperate download. The AJAX Control Toolkit team has rebuilt the Control Toolkit to target ASP .NET AJAX 2.0. It is available for download here.

For information on how to add the AJAX Control Toolkit 3.5 to your toolbar read this post.

Resources: