How many typed datasets should I have?

  • Thread starter Thread starter Artificer
  • Start date Start date
A

Artificer

I am creating an application that will have around 20 web forms. Should
I create only one strongly typed dataset that includes all the
DataTables required for all the forms or should I create one strongly
typed dataset per web form that includes only the DataTables required
by that specific form?
 
Back
Top