Showing posts with label VSTS for Developers. Show all posts
Showing posts with label VSTS for Developers. Show all posts

Tuesday, March 27, 2007

VSTS Future Releases ...

Microsoft released their roadmap for Team System and Team Foundation Server on MSDN.

Check it to see the many additions planned for VSTS and TFS, which target architects, developers, testers, and database professionals (in addition, of course, to project managers).

Thursday, March 15, 2007

Viewing Other Users' Pending Changes in VS

You can always view other users' Pending Changes by Running "tf status /user:* $/ /r" but it's not that neat and appealing to everyone.

Ekobit released a new free VS Add-In that allows you to directly see other users' Pending Changes from withing VS2005.

Check it out!!

Using the List Pending Changes browser is relatively simple. You can access
the browser from the View menu -> Other Windows -> List Pending Changes
menu item. In order to list checked out files you must fill out the Path input
field. Path input field represents the root of your search and it must be in
Visual Studio Team System source control path format (example: $/MyProject).
Beside entering the path manualy you may use the Path field as a combo box and
select the path from the given list of paths.

Saturday, February 24, 2007

Analyzing Application Performance

Performance tools in VSTS for Developers allow developers to measure, evaluate, and target performance-related issues in their code. These tools are fully integrated into the IDE to provide a seamless and approachable user experience. The performance tools support two methods of profiling: sampling and instrumentation.

You can check all the needed info about the Performance Tools on MSDN.