Showing results for C# - Buck Hodges

Jun 16, 2004
Post comments count0
Post likes count0

TechEd C# presentations

Buck Hodges
Buck Hodges

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

C#
May 18, 2004
Post comments count0
Post likes count0

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#