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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T08:39:58+00:00 2026-05-21T08:39:58+00:00

I have, what I think is a very well structured project, finally. After reading

  • 0

I have, what I think is a very well structured project, finally. After reading Fowler’s onion architecture, learning Ninject for IOC/DI and tweaking my Psuedo repository classes, I am using EF 4.1 so DbSet and DbContext supply the repository for the most part; I am now faced with the irritating dependency on Entity Framework when wanting to “Include” other Entities / Related Entities in my repository.

Does anyone have any suggestions on how to break this dependency?
For example, I have a service layer that makes calls to Repository As soon as I decide to use .Include I am bound to the fat and heavy Entity Framework… Should I go with .Join or can EF be abstracted in some way?

  • 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-21T08:39:59+00:00Added an answer on May 21, 2026 at 8:39 am

    Julie Lerman has a post on her blog where she shows an Include extension method on IQueryable<T>, which allows you to use Include in your code and not break your unit tests:

    public static class MyExtensions
    {
      public static IQueryable<TSource> Include<TSource>
        (this IQueryable<TSource> source, string path)
      {
        var objectQuery = source as ObjectQuery<TSource>;
        if (objectQuery != null)
        {
          return objectQuery.Include(path);
        }
        return source;
      }
    }
    

    See her full blog post here:
    Agile Entity Framework 4 Repository Part 5: IObjectSet and Include

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

Sidebar

Related Questions

Well, I think I have a very basic doubt here: I'm developing an app
I'm very new to Flex and I have what I think it a head-scratcher.
I think Erlang is very well suited for server systems developed in my workplace
I am trying to write a very thin hypervisor that would have the following
One thing I have continually found very confusing about using an object database like
This is a very common thing in web applications. If I have a user
The thing is that I have a very large JS file, with more than
I found a very interesting/strange thing about MAX() function in SQL. I have column
Screen is amazing, of course, but I don't want to have to think about
I think I have a synchronization problem...It may be too basic..Please help.. I have

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.