Showing results for Uncategorized - Buck Hodges

May 26, 2004
0
0

Brian Harry’s weblog

Buck Hodges
Buck Hodges

So Korby's gotten Brian going.  Check out “A little history on me and the Visual Studio Team System” for how we got here.

Source Control
May 26, 2004
0
0

Summary of Doug’s Managing Software Configurations presentation

Buck Hodges
Buck Hodges

Korby Parnell, our checked-in tech writer, has posted a great summary of Doug's Managing Software Configurations presentation.  He even included highlights from the Q&A.  Check it out and add your comments.Rob Caron posted a picture of Doug in action.

Source Control
May 24, 2004
0
0

Doug Neumann on Software Configuration Management with Burton

Buck Hodges
Buck Hodges

Doug's the program manager for Source Control in Visual Studio 2005 Team Server, and his talk will look at doing details of software configuration management with VSTS. Doug's and Brian's talks cover different ground and will really give you a feel for what we're doing. DEVC32 How-To: Managing Software Configurations with Visual Studio 2...

Source Control
May 24, 2004
0
0

Visual Studio 2005 Team System (aka Burton)

Buck Hodges
Buck Hodges

The official web site for Visual Studio 2005 Team System is now live, including a Burton blog called AskBurton. I am a developer working on the Burton source control system (Team Foundation), which we code-named Hatteras. Over time I plan to add details about Hatteras and how it works. Here is a good description of Team Foundation from th...

Source Control
May 18, 2004
0
0

Converting a text file from one encoding to another

Buck Hodges
Buck Hodges

The .NET framework handles file encodings very nicely.  Not too long ago, I needed to convert files from one encoding to another for a library that didn't handle the encoding of the original file.  Since someone on an internal alias asked about doing this a couple of weeks ago, I thought it would be useful to post it here. The .NET runtim...

C#
May 15, 2004
0
0

Bill Gates’ visit to the University of Illinois

Buck Hodges
Buck Hodges

I didn't realize that Microsoft hires more computer science graduates from U of I than any other school.  It's a great school with a lot of bright people (I don't miss the cold January days, though). Bill Gates, the chief software architect for Microsoft, chose Illinois for his first stop on a three-day, five campus tour to promote c...

May 14, 2004
1
0

Download the VC++ Toolkit

Buck Hodges
Buck Hodges

Three weeks ago the Microsoft Visual C++ Toolkit 2003 was made available as a free download.  It's the full optimizing compiler.  That's pretty cool.  It doesn't include the IDE, though people have used it to replace the non-optimizing compiler in the VS Standard edition.