I have a question about the following architecture.
I am importing my business objects into my client using WCF. Due to the complexity of the business objects ( nested hierarchies ) I want to flatten out my business objects into a dataset/datatable.
There are many more tutorials and how-to on successfully using datatables in a report than with a business object so I am pretty attached to this idea.
My question is what sort of DataSet should I use?
Strongly typed or not?
If strongly typed how do I import my business objects into the Datatables?