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

  • SEARCH
  • Home
  • 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 7091305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:10:07+00:00 2026-05-28T08:10:07+00:00

In a typical organization application i create, entities User , Projects , Company ,

  • 0

In a typical organization application i create, entities User,Projects,Company,Contacts exists. For the user class defined below i think i will hit with a circular dependency. How should i modify the class below to solve the problem.

User

  • Username

  • Company

  • Projects List<Projects>

Project

  • ProjectName

  • Resources List<Resource>

  • Project Head User

Resource

  • ResourceId

  • ProjectId

  • ReportingHead User

You must have already found the flaw but,as you see ReportingHead, ProjectLead is already User class this makes it query for information about projects for them ,which will result in another cycle to retrieve the users for their project.

Even though resource is associated with project i will have to add a property projectId( First it was of type project) because i had a IResourceRepository to create resource for a project which would return a instance of Resource. How should the class be designed now so that it makes sense?

  • 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. Editorial Team
    Editorial Team
    2026-05-28T08:10:08+00:00Added an answer on May 28, 2026 at 8:10 am

    You could spend some time reading on aggregates and aggregate roots.

    What's an Aggregate Root?

    Decide one of your entities as a root and make a try and see if it fits your scenarios. I give you an example. This is very hard without knowing your scenarios though so see it as a example:

    I go for Companyas aggregate root.

    Company
      Name:string
      Projects:IList<Project>
    
    Project
      ProjectName:string
      Resources:IList<Resource>
      Projecthead:Employee
    
    Resource
      Employee:Employee
      (ResourceType probably)
    
    Employee
      Name
    

    (Ids are left out but will probably be in some baseclass if you want to DB Persist)

    Now you must make sure that you only access this Aggregate-root through the root Company.
    This is about isolation and it feels pretty weird that you cannot do a method like user.GetAllMyProjects() anymore but that will make it easier for you later on.
    Instead you can make a method like project.HasGivenUserAccess(User user). Thats probably enough but it depends on your scenarios.

    Feel free to attack this design with some scenario that you don´t think it handles and I will edit my post.

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

Sidebar

Related Questions

I want to create a simple mvc application. It's typical task and very simular
Typical way of creating a CSV string (pseudocode): Create a CSV container object (like
For a typical business application, should the focus be on client processing via AJAX
The typical documentation on locking in innodb is way too confusing. I think it
Typical scenario: a class that a lot of people have worked on. I'd like
My typical application has a couple of textboxes, checkbuttons, radiobuttons, and so. I always
The typical syntax for creating a db link is as follows: create database link
I have a typical HABTM relationship between members (actual members of our organization, not
Typical Event Log message looks like below. There you can find very interesting fields
Typical problem, but I've done everything I can possibly think of to get this

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.