Strongly-typed DataSets

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.
 
M

Miha Markic

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top