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.

Re: Strongly-typed DataSets by Miha

Miha
Sun Nov 23 13:51:39 CST 2003

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.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com

"Neo" <neo@thematrix.com> wrote in message
news:OSmWjafsDHA.536@tk2msftngp13.phx.gbl...
> 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.
>
>