Showing category results for Community

May 6, 2010
Post comments count0
Post likes count0

Sample Code: Refactoring to Handle Different Types of Work Items

Allen Clark

When you write code that works with different team projects, your code may need to handle different types of work items that serve similar functions, but it different ways. For example, user stories in team projects that are based on MSF for Agile Software Development v5.0 are used to represent what the customer needs and values. In team projects t...

DevOpsCommunityAzure DevOps Server
Mar 17, 2010
Post comments count0
Post likes count0

Sample Code: Connect to Team Foundation Server

Allen Clark

Connecting to Team Foundation Server programmatically isn't as obvious as you might expect. Here's a topic that describes how to do that that. It'll be included in the TFS SDK when we publish that. Let me know whether this info is helpful, and what else you'd like to see. My next post will cover doing some things with work item tracking. Hint: th...

DevOpsCommunityAzure DevOps Server