Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# replacement for VFP code
Message
From
30/11/2006 00:01:15
 
 
To
28/11/2006 10:56:28
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01167122
Message ID:
01173580
Views:
30
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform