Typed DataSet Enhancements in ADO.NET 2.0
One other really nice thing about the 2.0 Framework is the enhancements with DataSets. Going to the designer, you can actually drag out a DataTable object and then add columns to it. I know this seems like a total “Duhh” feature, but previously, I think that creating typed datasets was pretty awkward unless your dataset just happened to match the identical structure of your database table.
>