Showing results for Azure DevOps Server - Azure DevOps Blog

Sep 27, 2010
Post comments count0
Post likes count0

VSALM Library Updates on MSDN for September 2010

Patrick-MSFT
Patrick-MSFT

A couple of exciting additions to the Application Lifecycle Management documentation this month: The complete guide to the Best Practices Analyzer Tool for Team Foundation Server (BPA) is now in the MSDN Library. BPA is a Team Foundation Server Power Tool that diagnoses a large number of issues with your Team Foundation Server configuration and sta...

DevOpsAzure DevOps ServerCI/CD
Sep 10, 2010
Post comments count0
Post likes count0

Team Foundation Power Tools Update

Allen Clark
Allen Clark

A new version of the Team Foundation Power Tools has just been released. Some highlights: There's a tool to help you back up Team Foundation Server The Best Practices Analyzer has been updated...(read more)

DevOpsAzure DevOps Server
Aug 26, 2010
Post comments count0
Post likes count0

VSALM Library Updates on MSDN for August 2010

vstsuetb
vstsuetb

Lots of new and updated information in the August update to the Visual Studio Application Lifecycle Management section of MSDN. Remember that many of these changes are a direct response to your requests and comments. We welcome your feedback and questions – either in the Community Content at the bottom of each page in the MSDN Library or...

DevOpsAzure DevOps ServerCI/CD
Aug 26, 2010
Post comments count0
Post likes count0

Updated: Customizable Process Guidance

Allen Clark
Allen Clark

A couple of weeks ago, I posted customizable process guidance packages on Code Gallery. I've updated those to pick up a few minor changes that we published on MSDN yesterday. http://code.msdn.microsoft.com/VSScrumGuidance http://code.msdn.microsoft.com/MSFAgileGuidance http://code.msdn.microsoft.com/MSFCMMIGuidance...(read more)

DevOpsAzure DevOps ServerAgile
Aug 3, 2010
Post comments count0
Post likes count0

Team Foundation SDK Feedback

Allen Clark
Allen Clark

Earlier this year, I noted that I had seen a bad trend in ratings for the Team Foundation SDK content , and that we were going to change course in order to try to correct that. We published the new Team Foundation SDK for VS 2010 in late June, and I've been watching the feedback. Although the SDK content is far from complete, it looks like we're on...

DevOpsCommunityAzure DevOps Server
Jul 27, 2010
Post comments count0
Post likes count0

VSALM Library Updates on MSDN for July 2010

vstsuetb
vstsuetb

The Visual Studio Application Lifecycle Management Developer Content team, aka the doc writers, prowl the blogs and forums looking for ideas that we can use to clarify our explanations of VS ALM. We also respond to community comments from the MSDN Library wiki and feedback. Once a month, we publish new and updated topics to the MSDN Library. Then w...

DevOpsCommunityAzure DevOps Server
Jul 8, 2010
Post comments count0
Post likes count0

VSALM Library Updates on MSDN for June 2010

vstsuetb
vstsuetb

Every month (more or less), the MSDN Library is updated with new topics, additions to existing topics, and even the occasional correction. Many of these changes are a direct response to your requests and comments. We welcome your feedback and questions – either in the Community Content at the bottom of each page in the MSDN Library or in comm...

DevOpsAzure DevOps Server
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