Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 174217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:28:56+00:00 2026-05-11T13:28:56+00:00

I was looking for some feedback on the current design. Here is how it

  • 0

I was looking for some feedback on the current design.

Here is how it currently looks

  1. Web App (UI) References BLL Layer and BusinessEntities Layer
  2. BusinessEntites Layer – Contains Interfaces and Classes (with internal validations on the properties)
  3. BLL (references the BusinessEntities and DAL Layer) – Has mostly Managers for each of the Business Objects with methods like Create() Save() Delete().
  4. DAL (references BusinessEntities Layers) – Has DB commands that create/add/update Business Entities Objects.

I’m not quite sure about the naming conventions i used for the layers so if anyone has any better suggestions than i’ll gladly adopt them.

Also i don’t like the idea of the DAL referencing the BusinessEntities Layer, but how else am i going to return objects instead of Datasets/DataTables?

Thanks for any feedback.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T13:28:57+00:00Added an answer on May 11, 2026 at 1:28 pm

    With respect to your needing to reference the business layer from the DAL, I would agree that this is probably not optimal — lower tiers should not know about the ones above them, it reduces reusability and adds extra/potentially circular dependencies.

    Have you considered having your business entities ‘fill themselves up’ and do their own persistence operations using the DAL classes, rather than the DAL acting like a factory for them (as in your current design)? That way, your DAL would be a more direct representation of the database, and the business entities would contain the (business) logic needed to fill and persist themselves appropriately.

    Also, the ‘BLL’ layer you spec out doesn’t really appear to me to contain business logic; it looks to me to be more of a persistence services layer for the entities.

    So a variation of what you propose could be:

    1. Web/UI, referencing Business Entities
    2. BusinessEntities, contains interfaces and classes with business logic. References DataServices layer
    3. DataServices, contains classes that load, find and persist data. Can serve up ‘generic’ structures containing the data (Data Transfer Objects) that can be produced, consumed and processed by Business Entities. References DAL.
    4. DAL, which simply provides classes that map to tables.

    Depending on your requirements, I would consider merging your BusinessEntities and DataServices (BLL in your original design) into a single tier; the only reason I can think of to split them apart is if you are doing something like Silverlight where you need asynchronous data operations on client-side business entities.

    Of course all of this is with an incomplete knowledge of your specific system requirements — you will need to design what is best for your specific application. Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 231k
  • Answers 231k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use the following function like this: Image('/path/to/original.image', '1/1', '150*', './thumb.jpg');… May 13, 2026 at 2:13 am
  • Editorial Team
    Editorial Team added an answer Check you database schema to see if the field (referenced… May 13, 2026 at 2:13 am
  • Editorial Team
    Editorial Team added an answer I figured out the problem - there was a session… May 13, 2026 at 2:13 am

Related Questions

I'm new with the whole QTKit and I was looking for some feedback on
I'm looking for feedback on what other people use on their ASP.NET projects to
Looking for some feedback on setting up our solutions in TFS. Right now we
I have begun work on a personal project that may end up having some

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.