ADO in C# 2005 without using ADO.NET
I finally did it. I was tasked to convert the business logic in an internal application from Visual Basic 6 to C# 2005, for use in our new .NET application. I could have done it the "easy" way by upgrading the project to VB.NET first, and then using C-Sharpener to convert the upgraded project to C#.