I'm about to develop databse server app; I have decided not to use typed dataset/dataset, except in the DAL, (so I'm not asking the question whether to use dataset or custom objects).
Populating my custom objects with data requiers an interaction with DataSet in the DAL.
I have seen a reasonable way of using typed dataset for this purpose. Is typed dataset is the right choice in this scenario ?