Posted by Al Nyveldt on Mar 29, 2006
A few weeks back I discovered that Microsoft had created a bunch of C#
Code Snippets to make them more complete like the ones VB.NET shipped
with (via Jeff Atwood).
I've been trying to get myself in the habit of trying to take advantage
of these for simple stuff when I can, but it take times to learn (and
remember) what functionality is packed in here.
Anyway, today, I
had occasion to write a quick app to load a delimited text file, check
it, clean it, and...
[More]