|
-
Apr 22nd, 2004, 10:18 AM
#1
Thread Starter
Addicted Member
n-tier architecture - split up dll's or one large dll
Hi,
I have an app which follows the n-tier architecture ie.
UI > Buz Obj > Data Obj > Db
The classes in my buz objects can be grouped into 5 sections based on the functions that they perform in the app.
I understand that the more dll's the more you are likely to enter dll hell territory, however for updating/maintenance it seems that having them grouped will mean a smaller file sizes to send in the event of update/maintenance.
Is it better to compile all the classes in the buz object into one large dll or compile them as 5 smaller dll's ?
Jack
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|