Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Data-Centric Business Objects
Message
 
To
09/10/2000 13:22:12
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00426915
Message ID:
00426953
Views:
32
>I am writing a 4 Tier system using data centric objects that call Sprocs on a SQL server. I plan to have one Class for each file. The question is should all the classes be in one dll or should each class have its own dll?

We can have a long discussion on what is the best way to do it!

I normally consider layer and distribution when grouping classes in DLL components.

Presentation layer classes that will be installed on the client computer = 1 DLL.

Presentation layer classes installed on a server = 1 DLL.

Business logic = 1 or more DLL.

All data layer classes = 1 DLL. This later DLL will be as near from the database engine as possible.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform