Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Visual Studio   (RSS)

PDC 2008 - See the Sessions

This year if you didn't get a chance to go to the Professional Developer's Conference (PDC) , there is still a wealth of information available to you. The most valuable resource I think are the videos of all the PDC sessions. Here are a few of the sessions

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

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

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

C# for C++ Devs: Generics vs Templates for Primitive Types

I was trying to write some type-generic (almost) code in C# using a pattern that I commonly use in C++. A very simple version of what I was trying to do looks something like: class B {}; template < typename T> int convert(T value) { return ( int
Posted by colinth | 3 Comments
Filed under: ,
 
Page view tracker