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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:18:10+00:00 2026-05-28T15:18:10+00:00

What Works: Web service that manipulates an in-memory LinkedList (of strings). Clients can insert/add/remove/query

  • 0

What Works:

  • Web service that manipulates an in-memory LinkedList (of strings).
  • Clients can insert/add/remove/query the contents of the LinkedList.
  • Web service is started from the command line (no UI).

What I Would Like to Do:

  • Change the command line app to a WPF app.
  • From the WPF app display the current state of the LinkedList.
  • Data bind the UI control so any client actions are reflected in the display.

Speed is not a huge issue, as the WPF app is read-only and more informational. I chose a LinkedList to support the needed client functionality.

I am having difficulty finding any tutorials and/or examples that can help. Any suggestions on how I should approach this would be great.

  • 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-28T15:18:11+00:00Added an answer on May 28, 2026 at 3:18 pm
    • Create a new class called ObservableLinkedList and implement INotifyCollectionChanged.
    • Give same methods in that class as LinkedList and internally forward all the methods to the contained linkedlist,
    • but also fire INotifyCollectionChanged events so WPF can know that your linked list changed.

    For WPF to know that a bound collection has changed; it has to implement INotifyCollectionChanged

    OR

    Just trigger collectionview to be refreshed everytime you update the linkedlist like the following

    CollectionViewSource.GetDefaultView(ViewModel.TheCollectionProperty).Refresh();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've a simple jax-ws web service that on localhost works fine with the clients,
I have a web service that takes a byte[] and saves it. This works
I've got a C# 3.5 web service that works fine when its accessed at
I have a client program that consumes a web service. It works quite well
I Have an asp.net web service that uses an oracle database. It works when
I´m developing a web service that access a SQL Express database, it works very
i have a web service that reads data from excel using Microsoft.Office.Interop.Excel. It works
We've having trouble deploying a web service that works in our development environment, but
Say I have a web service that works with a database. Each method opens
I have a WCF web service that works perfectly with an http address, but

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.