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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:44:30+00:00 2026-05-16T17:44:30+00:00

i watched How Do I: Build a WPF Data Entry Form Using Entity Framework?

  • 0

i watched How Do I: Build a WPF Data Entry Form Using Entity Framework?

very confused around 15:30. when the presenter said something like

when you create a LINQ query, we wont get a rich collection …

whats does she mean my “rich”.

the start code looks like… whats wrong with that. even if i change db.Customers.Execute(...) with a LINQ query, the code still works. why the need for a new observable collection and why ListCollectionView instead of BindingListCollection view. whats the diff between the 2

// customerSource is a CollectionViewSource stored in Window.Resources
// db is of type OMSEntities (which is the Entity Collection Name, what does this mean?)
customerSource.Source = db.Customers.Execute(...);
this.view = (BindingListCollectionView) customerSource.View;

the code after looks like (~21:38)

results = from cust in db.Customers ...
customerData = new CustomerCollection(results, db);
customerSource.Source = customerData
view = (ListCollectionView) customerSource.View;
  • 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-16T17:44:31+00:00Added an answer on May 16, 2026 at 5:44 pm

    She means that you’ll get back an IEnumerable, which doesn’t have any support for two way binding or extra facilities like notifications of add/remove events, that are available in other collection types. So, the code is taking the IEnumerable and putting the results into a “richer” collection type that has those kinds of features.

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

Sidebar

Related Questions

i have watched a site which has taught iphone application using dashcode.it says dashcode
I have an action called 'watched' defined on an object 'Movie' (using the inbuilt
I have build a web application which shows the list of customers using datalist
I need to build a tool (c++) very much like Wireless Network Watcher which
Buildr build is aborting because failed to download from maven repo. Given the very
I just watched a video regarding the Report Designer. It said to go to
I'm trying to build a site using HTML5's video tag so that I can
We are using TeamCity 6.0.2 and have a build configuration that runs SoapUI tests.
I watched a demo video of Mole 2010 (a WPF debugger) in which there
I watched a little introduction into ASP.NET Dynamic Data, and I noticed this option

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.