Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best Design For This
Message
De
30/03/2009 10:08:09
 
 
À
30/03/2009 09:55:44
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01390847
Message ID:
01392104
Vues:
67
My preference is also to use a strongly-typed dataset if you use a dataset. It's better to let the compiler catch a syntax error than to wait at run-time.

BTW, I also prefer the business objects way than datasets. IMHO, DataSet are often way to heavy for my needs and you're stuck in the .NET world. If you later need to interact with a .NET layer that expose DataSet and you don't use a .NET tool, then you're pretty much stuck.

>My understanding is that if you use DataSets, the preference is to use a Strongly-Typed DataSet which would set your structure in stone similar to a business object. Also, my business objects are fairly complex so I'm not sure what you meant by that statement.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform