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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:25:19+00:00 2026-05-11T12:25:19+00:00

Considering the following database : Post -> User The entities : class User {

  • 0

Considering the following ‘database’ :

Post -> User 

The entities :

class User {     public virtual string Name { get; set; }     public virtual IList<Post> Posts { get; set; } }  class Post {     public virtual string Title { get; set; }     public virtual User Author { get; set; } } 

And the following service Layer:

class UserService {     IRepositoryUsers repositoryUsers;      IList<User> GetUsers()     {         return this.repositoryUsers.GetAllUsers();     } } 

When I want to print all users, with associated post count, I get (no surprise here) a N+1 select problem, as for each line, it will create a select to get the posts for the users.

Now here is my question : what is the ‘best’ way to handle this, as there are some cases when I don’t want to eager load each user’s posts.

Should I create as many methods in my repository (and service) to match those scenarios ?

  • 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-11T12:25:20+00:00Added an answer on May 11, 2026 at 12:25 pm

    One thing you could do is to have a fetching strategy for every scenario in which you need to retrieve the data. This blog post explains a possible solution for this type of problem, the author uses his own version of IRepository but you use the same ideas in your repository (or check out his NCommon project to get some inspiration)

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

Sidebar

Ask A Question

Stats

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

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

    • 7 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I believe the answer is no. For the same reasons… May 11, 2026 at 10:11 pm
  • Editorial Team
    Editorial Team added an answer It sounds like you're looking for the DataGridView's SelectedRows property.… May 11, 2026 at 10:11 pm
  • Editorial Team
    Editorial Team added an answer After much pain I've finally managed to get it working.… May 11, 2026 at 10:11 pm

Related Questions

I want grouped ranking on a very large table, I've found a couple of
For so long, I've read and understood the following truths concerning web development: HTML
I am providing a web service to be called by external companies. The required
I manage a web application for a client with the following specs: ASP.net 3.5

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.