Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Visual Studio Team System   (RSS)

Tip: VS2008 - Understanding Performance Targets

If you have a solution that contains multiple projects it is important to know what the 'Targets' group in the Performance Explorer is used for. The PeopleTrax solution shown on the right has 4 projects, with 3 of them compiling to managed DLLs and 1

Quick Tip: VS2008 - Compare Reports Quickly

While investigating a performance problem you may need to collect many Performance Reports and compare them. You can use the Performance Explorer to quickly compare two reports by: Selecting two reports. Right-clicking and choosing 'Compare Performance

Tech-Ed 2008 Wrap-up

Quite a few people at Tech-Ed wanted to know more about the various components of Visual Studio Team System (which we sometimes refer to as SKUs). For example, how does Team Foundation Server (TFS) fit in with the client SKUs? What are the differences

Tech-Ed 2008 Demos

Last year my boss took a trip to sunny Orlando to present at Tech-Ed and to offer help and suggestions in the Technical Learning Center (TLC). This year I'm lucky enough to be attending with a couple of other folks (Habib and Tim) and since I'm not an

Performance: Inserting Marks Using Code

Ian previously covered using the VS 2008 Data Collection Control to choose when to collect data . The Data Collection Control can also be used to insert marks into the performance report, but sometimes it is convenient to modify the source code to do

Performance: Find Application Bottlenecks With Visual Studio Profiler

If you're a subscriber to msdn magazine , take a look at the article in the March 2008, Vol 23, No 4 issue on Page 81 which describes how to use the Visual Studio 2008 profiler to improve the performance of an application. A couple of members of the profiler

Noise Reduction in the VS2008 Profiler

One of the new profiler features in Visual Studio Team System (VS2008) is called Noise Reduction. This feature is intended to make it easier to review the Call Tree view by reducing the amount of data that is displayed, while still showing the most important

Free Microsoft Software (including VSTS) for IEEE Computer Society Student Members

I'm a member of IEEE and IEEE Computer Society and recently received requests to renew my subscriptions. I was pleasantly surprised to see that in 2008 student members of IEEE Computer Society can receive free software including Vista, Project, Visio
Posted by colinth | 1 Comments

Visual Studio Team System Chat – December 5th

Join members of the Visual Studio Team System product group to discuss features available in Team Foundation Server, Team Suite, Architecture Edition, Development Edition, Database Edition, and Test Edition. In addition, discuss what's new for these editions

Tools of the Trade

I've been thinking about what some of the most important tools are for me while coding. Here's a few: Good IDE - syntax highlighting, integrated builds, source control integration, search facility, debugger and profiler built-in. I use VSTS . Source control/bug
Posted by colinth | 3 Comments

Visual Studio 2008, Beta 2 (now with some of my code)

Today we released Beta 2 of VS2008. This is the first public release from Microsoft that contains a nontrivial amount of code that I wrote (even though I haven't written too much code just yet). I had barely synched up the source tree and only fixed a

Basic Profiler Scenarios

This post was going to cover some basic scenarios discussing the differences between sampling and instrumentation and when you would choose to switch methods, but then I found there is already something like that in MSDN . If you haven't already, go and

Why Performance Matters

Everybody likes to think that what they're working on is important so this is why I think performance (and measuring performance) matters and why it matters now more than ever. In the past chip manufacturers like Intel and AMD did a lot of the performance

There's a Profiler in Visual Studio?

I've just started working in the Visual Studio Team System , Profiler team. Many people are surprised to hear that Visual Studio does actually have a profiler and that it has had one since Visual Studio 2005. To use the profiler you need either Visual
 
Page view tracker