.NET news » Source Control 
Professional ASP.NET 4 in C# and VB
Authors: Bill Evjen, Scott Hanselman, Devin Rader
Average rating: (4 reviews)
More .NET ASP.NET books
Team Foundation Server (TFS) API Wrapper
A simple wrapper that encapsulates exposed functions of the Microsoft Team Foundation Server (TFS) client API
Programming Team Foundation Server with the TFS SDK
Team Foundation Server, Microsoft's offering for software lifecycle management, is both customizable and extensible through the TFS SDK.
29 Jan 2009, 19:23:27 Source: Programming Team Foundation Server with the TFS SDK
Tags: Source Control
Use Subversion Revision numbers in your Visual Studio Projects
SVN Keywords are not sufficient for retrieving the highest revision number for your project. This simple method solves this problem.
17 Jul 2008, 09:35:00 Source: Use Subversion Revision numbers in your Visual Studio...
Tags: Source Control
NArrange - .NET Code Organizer
NArrange is a stand-alone, configurable .NET code beautification tool that automatically organizes code members and elements within .NET classes. It allows developers to easily sort class contents according to their style and layout conventions. NArrange works by parsing source code files into a document object model, arranging the elements then rewriting the arranged source code.
Team System: Check-in notes and policies
Learn how to add check-in notes and check-in policy support to a Word add-in, in this fifth and final installment of an ongoing discussion.
Accessing Subversion repository from .NET using DotSVN
An article on how to access a Subversion repository from .NET applications
22 Sep 2007, 13:55:00 Source: Accessing Subversion repository from .NET using DotSVN
Tags: Source Control
Creating your own event handler for TFS Event Handler Service
Creating an event handler with the Team Foundation Server Event Handlers is very easy. You will need to inherit from the AEventHandler class which is part of RDdotNet.TeamFoundation.dll located in the install directory (I will make an SDK later).
21 Aug 2007, 16:59:00 Source: Creating your own event handler for TFS Event Handler...
Tags: Source Control
Team System: Work Items and Undo Support
Add support for work items to the Team Foundation Server version control add-in.
Code Review Add-In
Code Review Add-In helps the process of reviewing code and publishing the results as work items to the Team System Server for review by team members
Team System: Work Item Tracking
In this column, Brian Randell explains how to build a simple Work Item explorer and demonstrates the core operations needed to add work item support when building your own add-in.

