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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:45:39+00:00 2026-05-25T18:45:39+00:00

I have only had practical experience with plain WCF services and WCF REST services

  • 0

I have only had practical experience with plain WCF services and WCF REST services but as needs changed I need to look at other options….

What is the difference between OData and WCF Data servcies?

Isn’t WCF Data Services OData in .Net (It can be configured to return Atom feed or JSON etc)?

What if I wanted to do something more complicated than just CRUD?

For example when I make a Http request and get a response like below.

req = (HttpWebRequest)WebRequest.CreateDefault(new Uri(FCookieLocation));
HttpWebResponse resp1 = (HttpWebResponse)req.GetResponse();
Stream stream = resp.GetResponseStream();

I want to then do something like

while (true)
{
    byte b = stream.ReadByte();
}

But REST Services, as soon as you return from the method you wrote, terminate the response immediately. Is there a way to keep the stream alive at the server end so I can keep writing data to it and the client just keeps reading from it?

I know ASP.Net web handlers have something of such a feature, but in my case I may need to write my own webserver that listens on a socket for Http requests(so connection stays open) to achieve this and keep writing to the socket perhaps?

Sorry if the question isn’t clear just the best way I could explain it.

How is it best to use WCF Data Services to fit with the MVVM pattern?

  • 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-25T18:45:39+00:00Added an answer on May 25, 2026 at 6:45 pm

    To answer some of your questions:

    1. WCF Data Services is a technology (framework?) used to deliver data to clients. It uses the Open Data Protocol (OData) to deliver those results in a RESTful way. So WCF Data Services is the server (so to speak) and OData is the messaging schema/format.

    2. WCF Data Services is NOT OData in .NET. Again, OData is just the payload schema; WCF Data Services is the delivery mechanism.

    3. You can do something more complicated than just basic CRUD using WCF Data Services. Take a look at Service Operations in WCF Data Services — they essentially let you enhance your service by providing specialized methods to do specific things. You can also provided additional WCF services and operations to enhance your solution.

    I’m not sure about your other questions about streaming and MVVM…but I hope this at least is a start in the right direction.

    Hope this helps!

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

Sidebar

Related Questions

In my experience I have only had 2 patterns work for large-scale desktop application
just a quick question: I am a CS undergrad and have only had experience
We have a website; which, till now had only HTML pages. Now we are
I have had a bug recently that only manifested itself when the library was
I have only been working with sharepoint for three months but right from the
I have only just started received the following error in my windows forms application
I have only a basic understanding of Eclipse RCP. I am about to start
I have only a basic knowledge of css, is it possible to inherit a
I have only recently started working with the MVC approach, so I suppose this
I have only this in my mxml source code: <?xml version=1.0 encoding=utf-8?> <mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml

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.