I've been developing in VB.NET but still using regular old ADO connections and recordsets. Is anyone else doing this? I've found the ADO.NET datasets to be quite cumbersome to use for quick tasks? Am i just shooting myself in the foot here? Is there a huge performance difference between ADO.NET datasets and my connection and recordset friends from plain vanilla ADO?

What are you all doing?