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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:10:33+00:00 2026-05-10T16:10:33+00:00

I am looking for any examples or guides to using Linq over WCF (n-tier

  • 0

I am looking for any examples or guides to using Linq over WCF (n-tier application). Please specify if you are showing something for Linq-to-SQL or Linq-to-entities. I would like to see usage examples for both.

I am wondering how things like deffered execution works over WCF (if it works at all)? Cyclic references support and so on…

Any information to make this a quick start guide to using Linq with WCF is helpful.

  • 1 1 Answer
  • 1 View
  • 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-10T16:10:34+00:00Added an answer on May 10, 2026 at 4:10 pm

    There isn’t any LINQ provider that I’m aware of for generic WCF-based queries. LINQ to ADO.NET Data Services, however, lets you query an Entity model over WCF/REST.

    From Andy Conrad’s blog:

        static void Main(string[] args)     {       var context=new WebDataContext('http://localhost:18752/Northwind.svc');        var query = from p in context.CreateQuery<Product>('Products')                   where p.UnitsInStock > 100                   select p;        foreach (Product p in query)       {         Console.WriteLine(p.ProductName+', UnitsInStock='+p.UnitsInStock);       }    }  
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for any recommended validation frameworks, or patterns for an N-tier client application,
I am looking for any tip or guidance to develop an application like cam
I've been looking for an example of characterpickerdialog usage but haven't found any. Would
I am looking for an example of DataColumnsWithJoins usage? Do you know any?
I'm looking to remove duplicate phrases from any give string. Example: My_First_Post_My_First_Post.htm Would have
Do you know of any way to do it? real example...? I am looking
im looking for any information about a builtin algorithm in opengl es to convert
I'm looking for any beyond basic resources that can help me to be proficient
I am looking for any tips or resources on importing from excel into a
I'm looking for any pointers on how to write a rails web app without

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.