Showing results for Agile - Azure DevOps Blog

Jun 28, 2010
Post comments count0
Post likes count0

Team Foundation SDK for VS 2010

Allen Clark
Allen Clark

We have just published the first increment of the Team Foundation SDK for VS 2010 . Several months ago, I commented on the negative trend we have seen for the TF SDK content, and I explained that we had started an effort to attempt to turn that around by taking a very different approach. We're experimenting and we'll watch feedback to see what work...

DevOpsCommunityAzure DevOps Server
May 26, 2010
Post comments count0
Post likes count0

Sample Code: Create a Work Item in Team Foundation

Allen Clark
Allen Clark

You can create bugs, tasks, and other types of WorkItems by performing the following steps: Construct a WorkItem. Set the values of the required fields. Save the WorkItem. Depending on the type of WorkItem that you create, most required Fields have default values. If these values are appropriate, you do not have to set them explicitly. ...

DevOpsCommunityAzure DevOps Server
May 6, 2010
Post comments count0
Post likes count0

Sample Code: Refactoring to Handle Different Types of Work Items

Allen Clark
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