Showing category results for Agile

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 12, 2010
Post comments count0
Post likes count0

Customizable process guidance

Allen Clark
Allen Clark

I've just posted versions of process guidance for Visual Studio Scrum 1.0, MSF for Agile Software Development v5.0, and MSF for CMMI Process Improvement v5.0 on Code Gallery so that you can customize them and associate these customized versions with your team projects. http://code.msdn.microsoft.com/VSScrumGuidance http://code.msdn.microsoft....

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