Showing category results for Community

Mar 15, 2011
Post comments count0
Post likes count0

VS ALM March 2011 Library Updates and New VS SP1 Content

Patrick-MSFT

This month's continuous publishing release of the MSDN Library includes content for the release of VS 2010 SP1.VS2010 SP1Visual Studio 2010 Service Pack 1 has been released. In this release we addressed some of the most requested features and top voted issues from our customers. Library UpdatesWe've also continued to work on VSALM content that ...

DevOpsCommunityAzure DevOps Server
Dec 2, 2010
Post comments count0
Post likes count0

Team Foundation SDK Improved for VS 2010

Allen Clark

Back in January, I wrote this post that showed that we really needed to change directions on the SDK content. The major elements of the new approach are Throw out what was there because it wasn't working Deliver a new set of SDK content that covers at least the core elements of the client object model. Add to that based on feedback Levera...

DevOpsCommunityAzure DevOps Server
Nov 5, 2010
Post comments count0
Post likes count0

Need your feedback on the MSDN Library topic: “Extending Visual Studio Application Lifecycle Management”

Importer

Would you like to help evaluate how well improvements to this topic work for you? Here's what Allen Clark, the topic's author, wants to accomplish:"I've been working on streamlining some content in an effort to make it easier for you to get the information that you need. The first place I did this was in the Team Foundation SDK, in Extending T...

DevOpsCommunityAzure DevOps Server
Oct 28, 2010
Post comments count0
Post likes count0

Team Foundation SDK Update includes the Server Object Model

Allen Clark

We just published updates to the Team Foundation SDK , which now covers the server object model . We're making some other changes, too. Of course, we're adding more content to the reference material. For example, we've added information that we think you'll find useful in Microrosoft.TeamFoundaiton.WorkItemTracking.Client Namespace , including a co...

DevOpsCommunityAzure DevOps Server
Aug 3, 2010
Post comments count0
Post likes count0

Team Foundation SDK Feedback

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

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

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

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

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