Posts by this author

Jan 14, 2011
Post comments count0
Post likes count0

Use schemas to edit work item types and process templates for Visual Studio Team Foundation

Allen Clark has just blogged about making these schema files available on Code Gallery. You can drop the schema files in the Program FilesMicrosoft Visual Studio 10.0XmlSchemas folder, and Visual Studio will validate your work item types or process template files using the appropriate schema. For more information, see his b...

DevOpsAzure DevOps ServerAgile
Oct 27, 2010
Post comments count0
Post likes count0

MSDN Video Series: How to explore unfamiliar code in Visual Studio 2010 Ultimate

These videos show how you can use code visualization tools, such as dependency graphs, DGML, and Architecture Explorer, to help you understand what's going on in unfamiliar code:  For more information, see Visualizing Existing Code in the Visual Studio 2010 Ultimate product documentation.PS: Please...

DevOps
Oct 11, 2010
Post comments count0
Post likes count0

Visual Studio 2010 Ultimate helps you gain more control over code dependencies

There's two ways that you can approach this in Visual Studio 2010 Ultimate:- At the physical levelYou can visualize your code from the top-down by generating dependency graphs at the overall assembly, namespace, or class level, and then drill down to more granular levels. If you have a very large solution, th...

DevOps
Oct 7, 2010
Post comments count0
Post likes count0

How is Visual Studio 2010 working for you?

Jason Zander wants you to tell MS directly:"It's been just over 6 months since we launched Visual Studio 2010 in April. I hope you've been busy digging in and taking VS out for a spin. Your feedback was invaluable to us as we were building VS - thank you! It's a great time for us to hear what you think so far. We are especi...

DevOps
Sep 16, 2010
Post comments count0
Post likes count0

Trouble with work item links and model elements in Visual Studio 2010 Ultimate?

Why aren't linked model elements appearing in my work items?In Visual Studio 2010 Ultimate, links between model elements and work items travel in one direction only, from the element to the work item. This means that when you link an element to a work item, the linked element does not appear in the work item. To enable bidirectional links...

DevOpsAgile
Sep 1, 2010
Post comments count0
Post likes count0

Architecture Tooling Guidance for Visual Studio 2010 Ultimate

The Visual Studio ALM Rangers have provided this practical guidance for the modeling tools in Visual Studio 2010 Ultimate. This guidance provides common usage scenarios, hands on labs, and lessons learned from community discussions. These scenarios include understanding and reverse-engineering an existing application or starting a new app...

DevOps