Showing posts with label Rosario. Show all posts
Showing posts with label Rosario. Show all posts

Wednesday, November 12, 2008

VSTS 2010 PDC Lab Session Available

VSTS 2010 PDC Lab Session is available on Channel 9 that was done by Cameron Skinner

In the spirit of an agile sprint, see how to use the next version of Visual Studio Team System to manage user stories and re-factor existing architecture. Learn how to diagnose real production problems, debug in-production virtual labs, capture test data to eliminate the no-repro bugs, transparently plan, monitor, and adapt software projects.

Wednesday, October 29, 2008

VSTS 2010 Architecture Explorer

Today I finally started playing around with VSTS 2010 CTP and started get a feel of the new wonders …

This should be the first post of a series of VSTS 2010 posts out of experiencing the upcoming release …

My first experience was with the Architecture Explorer, this great new feature of the Architecture Edition, it is a WPF interface for exploring your architecture. It allows you to drill through all of the projects, classes, methods, code metrics, relationships and just about anything else you can think of …

listingsID_341_levinson0418_1

The above shows a basic view of the Architecture Explorer. The lists at the top let you select which objects show up on the design surface. At this point, the design surface is a read-only and all navigation is done via the lists.

If you look closely, you can see that for each object (solution, project, class, etc.) you can select items contained within, objects which contain the object and objects/methods which are called by the object. You can also see which interfaces are implemented by an object, run code metrics on an object and perform various other pieces of analysis. The resulting views on the design surface can be saved as .XPS files and distributed.

The design surface also allows you to view the information in different ways. The different views are as follows:

  • The Dependency Matrix View
    • The nodes appear in a matrix and dependencies between nodes are indicated at intersections of the matrix.
  • The Vertical Tree View
    • Nodes appear from top to bottom in order of most dependent to least dependent.
  • The Horizontal Tree View
    • Nodes appear from left to right in order of most dependent to least dependent.
  • The Stack View
    • Nodes appear from top to bottom in order of highest-level to lowest-level.
  • The Nested Stack View
    • Nodes appear as nested nodes with higher-level nodes that contain lower-level nodes.
  • The Force Directed Layout
    • Nodes appear as clusters or hubs with most dependent nodes near the center of the clusters and the least dependent nodes appearing at the outer edges of the clusters.

Wednesday, November 28, 2007

Rosario November CTP is now available

According to Jeff Beehler's
I'm happy to announce that the next Community Technology Preview of Rosario
(officially known as Microsoft® Visual Studio® Team System code name "Rosario"
November 2007 CTP) is now available. Customers can immediately begin
downloading the VPC images from our download page.

Download and check what's coming up next for Visual Studio Team System!