Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » dev   (RSS)

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

Sysinternals is Live

I use a bunch of Sysinternals tools for diagnosing problems while developing. My two favorites are: Process Explorer , a more fully-featured version of Task Manager that can report environment variables for running processes, show loaded DLLs and even
Posted by colinth | 0 Comments
Filed under:

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

Scripting for C#

Have you ever wanted to quickly run a C# application without having to setup a new project in Visual Studio and configure all the settings? A fellow developer here at Microsoft has written a tool called Code Runner .NET that allows just that. It isn't
Posted by colinth | 1 Comments
Filed under: ,

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

Microsoft Blogs I Read

There are a lot of Microsoft bloggers, literally thousands of them. When I first joined Microsoft I wasn't sure who to read. I've gradually built up a list based on interesting product and feature announcements and people I've met. Here they are: Profiling
Posted by colinth | 1 Comments

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
 
Page view tracker