I reread ADO.NET architecture again. I’m pleased they add new concept without altering old concept drastically. Many classes still have the same intend as in ADO.
These are new classes that’re not found in ADO.
DataSet – a disconnected entity, and may have mulitple sources. But why this is created in the first place?
TableAdapter, DataAdapter – these classes have no equivalent in ADO.