Recently had an interview and ask how I handled data from a DB, I said i just use a datareader to read the data into an object/Collectionwith fields mapped to the info downloaded, the interviewer looked as if i pi$$ed n his shoes and told me the only and best Way was via Datasets and Datatables When i tried to explain i found this method of data access a bit to procreative I could tell I wold not get the job. So just wondering how you guys go about it I know my method works but should i truly embrace the full features of ADO.Net ?

Thanks!!