Strongly-typed DataSets

  • Thread starter Thread starter Neo
  • Start date Start date
N

Neo

Hello! I´m currently working with C# (absolutely a state-of-the-art
language, I think) and my question is if it´s really recommendable to use
Strongly-typed DataSets.
It seems to be that the way .NET creates them using XSD is excellent, but I
want to know your opinions about using them in a production environment.

Thank you.
 
Hi Neo,

Personally, I like them.
They simplify data handling a lot, not to mention that they solve many run
time errors because of typos.
 
Back
Top