Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# replacement for VFP code
Message
De
30/11/2006 00:01:15
 
 
À
28/11/2006 10:56:28
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01167122
Message ID:
01173580
Vues:
31
>>Oh wait, I'd have a separate DataSet project too
>
>Bonnie,
>What are the advantages of this?


Simply to keep separate functionality separate. We've broken down our app into the following structure:

Business (server-side)
BusinessClient (client-side ... some of this is used by the server-side classes as well)
DataAccess
DataSets
WebServices
WinUI

Under each of the above, things are further broken down by functionality. IOW, say that I have a Personnel module and a
Customer module. I'll have separate projects (.DLLs) for:

Business.Customer
Business.Personnel
BusinessClient.Customer
BusinessClient.Personnel
etc.

IMHO, the DataSets should be the same way ... separate projects. So, I'll have a DataSets.Personnel project and in this project I'll have all the various datasets I need for the Personnel module.

Do you have a reason for not doing it this way?

~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform