Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP methods you miss
Message
De
17/05/2013 06:13:35
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01574038
Message ID:
01574169
Vues:
73
>>Strongly-type datasets do 90% of that, plus they give you Intellisense on the columns in the datatables.
>
>I'm frankly puzzled about this one. As much as I love (and would love) to have intellisense on everything that resides in the database, to "strongly type" datasets assumes that you duplicate your datadictionary in your code no? Doesn't that increase coupling between two components (compiled code and data in the database) that we have worked very hard to de-couple?

You have to regenerate the typed datasets after schema change. So yes, it increases coupling - but that is offset by speed enhancement and intellisense. Other parts of the code are not affected DIFFERENTLY - even using non-typed DS you would probaly would have changes if altering a field name or switching datatype from date to string unless you have very forgiving controls allowing and self-switching on datasource type.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform