Populating Excel from Dataset December 1, 2009 Here is an easy method for outputting any dataset with any number of tables to Excel using Visual Basic.
Manually Populating Datarows November 24, 2009 This is a demonstration of populating a datarow with a combination of datareader, datarow and direct assignment, with a function wrapper.
Create Custom DataTable November 17, 2009 The most common method for creating a datatable is using a DataAdapter. Here is a method in VB.NET for creating a datatable without using a DataAdapter.