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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:34:32+00:00 2026-05-11T07:34:32+00:00

I have a Windows Service which exposes three sources of data via ADO.NET Data

  • 0

I have a Windows Service which exposes three sources of data via ADO.NET Data Services. These sources of data are read only XML files loaded into an XDocument and then exposed via .AsQueryable(); The sources contain fields with integer IDs which can be considered to be ‘foreign keys’ between the data sources.

My client consumes this data service and can query the three sources of data individually with LINQ. There are databound controls which use the data.

On the client, I’d like to to a SQL-style join between these three sources of data. I originally did this with a LINQ join but discovered that ADO.NET Data Services doesn’t support this.

My second approach was to fetch the data as separate tables and then perform the join client side – despite this being less than optimal. However, as LINQ fetches data lazily and constructs the query when the data is enumerated this ultimately results in the same problem as the first approach.

So, I’m now thinking the best way to do this is to join all my data on the server side and expose this using a new object with provides the IQueryable interface.

Is this really the best approach? It seems …. untidy.

  • 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-11T07:34:33+00:00Added an answer on May 11, 2026 at 7:34 am

    You could use your second approach and force an early load with ToList(), then use LINQ to Objects to do the joins on the 2 lists.

    Hardly optimal, and you’ll lose composability, but it should get you round the lazy loading problem.

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

Sidebar

Related Questions

I have a windows service which fetches data from various datasources and build a
I have a basic windows service which does some conversions of data. There's decoupled
i have a windows service written in .net 4 which doing jobs periodically using
We have a Windows Service created in .Net 4.0, the services parses large text
I have a windows service which i can't run or start, only install or
i have a windows service which is writen in vb.net in order to be
I have a Windows Service which performs some data collection from a serial device
I have a ASP.NET Web Service which exposes a method called DoLogin [WebService(Namespace =
I have a .Net 4.0 C# Windows Service which spawns a number of thread
I have a windows service which runs continuously and creates some threads to do

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.