Showing results for Azure DevOps Server - Azure DevOps Blog

Jun 28, 2010
0
0

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 ...

DevOpsCommunityAzure DevOps Server
May 26, 2010
0
0

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
0
0

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 ...

DevOpsCommunityAzure DevOps Server
Apr 1, 2010
0
0

Where are those Team Foundation namespaces?

Allen Clark
Allen Clark

Some of the namespaces in the Team Foundation client object model aren't in namespace .dll. Sometimes, the namespace is spread over more than one assembly. Here's a table to help you find the namespace your interested in, and to make sure you have the whole thing. (These are installed with Visual Studio 2010 at Program FilesMicrosoft Visual Studio ...

DevOpsAzure DevOps Server
Mar 17, 2010
0
0

Sample Code: Connect to Team Foundation Server

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

DevOpsCommunityAzure DevOps Server
Oct 16, 2007
0
0

Managing Documentation Projects in Team Foundation Server, Part 1: Planning the Sprint

vstsuetb
vstsuetb

I'm writing a series of blog posts over on the Team WIT Tools blog about how we're managing our documentation projects using TFS. Look here for the first post. http://blogs.msdn.com/teams_wit_tools/archive/2007/10/16/managing-documentation-projects-in-team-foundation-server-part-1-planning-the-sprint.aspxAllen...

DevOpsAzure DevOps Server
Aug 28, 2007
0
0

New Content Available on Creating Custom Reports

vstsuetb
vstsuetb

If you tried to create custom reports, you may have found that you needed more help than what was available. Today, we published new content on MSDN online to help you get started. Check it out, give it a try, and leave feedback so that we can continue to improve this content.http://msdn2.microsoft.com/en-us/library/bb649552(VS.80).aspxAllen...

DevOpsAzure DevOps Server