solution design - I'm stuck
- From: "Andy B." <a_borka@xxxxxxxxxxxxx>
- Date: Wed, 15 Apr 2009 10:30:04 -0400
I have a few different choices when it comes to solution design:
1. Put all UI elements in a single dll and all other data, processing and
logic goes in all other dlls specific to a particular feature (like News,
Events or data access), or
2. Put all elements like business logic and UI in a dll specific to a
feature (like News or Events) and put the data access by itself.
This is keeping in mind that whichever one I choose, the presentation layer
(the actual pages themselves) will be kept in the website which will be
seperated from the UI, business, foundation services and data access
modules.
.
- Prev by Date: RE: How to print label on network shared printer in ASP.Net
- Next by Date: Re: Command timeout
- Previous by thread: dropdown list to select day,month & year using for loop
- Next by thread: UnauthorizedAccessException when updating a directory service entry from ASP.NET
- Index(es):
Relevant Pages
|