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 8908267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:08:08+00:00 2026-06-15T03:08:08+00:00

I am trying to understand how to use Aggregate roots and Aggregates, but I

  • 0

I am trying to understand how to use Aggregate roots and Aggregates, but I can’t find any concrete information or examples on it.

For example I have the following three Entities:

  1. Survey
  2. QuestionGroup
  3. Question

A Question entity cannot exist without a Survey or QuestionGroup entity. All Questions belong to a QuestionGroup, so my understanding is

QuestionGroup is the Aggregate root of Question

A QuestionGroup also cannot exist without being part of a Survey, so

Survey is Aggregate root to QuestionGroup

It seems like the above is a case of nested Aggregate roots.

Q1. How do you actually create an Aggregate root and Aggregate in c#? What does that look like in code? Do you use inner classes or does the Aggregate root hold a reference? I can’t find any good examples on this.

Q2. Taking it one step further how code a nested Aggregate root?

Thx!

  • 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-06-15T03:08:09+00:00Added an answer on June 15, 2026 at 3:08 am

    Survey is the aggregate root.

    class Survey {
        public IEnumerable<QuestionGroup> QuestionGroups { get ... }
    }
    class QuestionGroup {
        public IEnumerable<Question> Questions { get ... }
    }
    class Question {
        ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to understand amazon php sdk for AWS but I really can't use
I am trying to understand how to use reference parameters. There are several examples
I'm trying to find some easy to understand and use tutorials for D3 that
I have recently started to use Twitter Bootstrap and trying to understand how it
I'm trying to use the aggregate function with cbind , but I must be
I am trying to understand and use the PSR-0 Autoloader. But it doesn't work.
I have been trying to understand the use of primitives in Java and C#
I am trying to understand how to use blocks on iOS. I have read
I was trying to understand why to use exceptions. Suppose if I have an
Trying to understand the use of verifySet etc... but unless I do a workaround

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.