Buck Hodges

Azure DevOps (formerly VSTS and Team Foundation Server)

TechEd C# presentations

Duncan Mackenzie just posted a link to the C# TechEd 2004 page that has slides from some of the presentations (more to come).  Cool...

Converting a text file from one encoding to another

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 ...